Author: danydb
Date: 2012-01-09 13:35:11 +0100 (Mon, 09 Jan 2012)
New Revision: 4689

Modified:
   phpcompta/trunk/include/class_fiche_attr.php
Log:
bug attribut fiche : add blank : label

Modified: phpcompta/trunk/include/class_fiche_attr.php
===================================================================
--- phpcompta/trunk/include/class_fiche_attr.php        2012-01-09 12:26:17 UTC 
(rev 4688)
+++ phpcompta/trunk/include/class_fiche_attr.php        2012-01-09 12:35:11 UTC 
(rev 4689)
@@ -84,7 +84,7 @@
                 break;
             case 'select':
                 $this->ad_size=22;
-                if (trim($this->ad_extra)="") throw new Exception ("La requête 
SQL est vide ");
+                if (trim($this->ad_extra)=="") throw new Exception ("La 
requête SQL est vide ");
                 try{
                     
                     $a=$this->cn->exec_sql($this->ad_extra);


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to