/[dolibarr]/dolibarr/htdocs/contrat/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/contrat/fiche.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.57 by eldy, Fri Sep 9 21:25:53 2005 UTC revision 1.58 by eldy, Sat Sep 17 00:53:50 2005 UTC
# Line 345  if ($_GET["action"] == 'create') Line 345  if ($_GET["action"] == 'create')
345              $sql .= " ORDER BY p.nbvente DESC LIMIT 20";              $sql .= " ORDER BY p.nbvente DESC LIMIT 20";
346              if ( $db->query($sql) )              if ( $db->query($sql) )
347              {              {
348              $opt = "<option value=\"0\" selected></option>";              $opt = "<option value=\"0\" selected=\"true\"></option>";
349              if ($result)              if ($result)
350              {              {
351              $num = $db->num_rows();     $i = 0;              $num = $db->num_rows();     $i = 0;

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26