/[dolibarr]/dolibarr/htdocs/html.form.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/html.form.class.php

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

revision 1.92 by eldy, Sat Aug 20 14:36:32 2005 UTC revision 1.93 by eldy, Sat Aug 20 14:45:46 2005 UTC
# Line 708  class Form Line 708  class Form
708              if ($num)              if ($num)
709              {              {
710                  $obj = $this->db->fetch_object();                  $obj = $this->db->fetch_object();
711                  $label=$obj->libelle;                  $label=($obj->libelle!='-' ? $obj->libelle : '');
712                  return $label;                  return $label;
713              }              }
714              else              else

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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