/[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.130 by eldy, Sat Dec 3 20:53:18 2005 UTC revision 1.131 by eldy, Wed Dec 7 00:55:11 2005 UTC
# Line 996  class Form Line 996  class Form
996      {      {
997          global $langs;          global $langs;
998            
999            if (! $code) return '';
1000            
1001          $sql = "SELECT libelle FROM ".MAIN_DB_PREFIX."c_forme_juridique";          $sql = "SELECT libelle FROM ".MAIN_DB_PREFIX."c_forme_juridique";
1002          $sql.= " WHERE code='$code';";          $sql.= " WHERE code='$code';";
1003            

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131

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