Author: danydb
Date: 2011-09-02 02:26:40 +0200 (Fri, 02 Sep 2011)
New Revision: 4191
Modified:
phpcompta/branches/rel560/include/class_fiche.php
Log:
Bug = set upper case
Modified: phpcompta/branches/rel560/include/class_fiche.php
===================================================================
--- phpcompta/branches/rel560/include/class_fiche.php 2011-09-01 20:31:33 UTC
(rev 4190)
+++ phpcompta/branches/rel560/include/class_fiche.php 2011-09-02 00:26:40 UTC
(rev 4191)
@@ -974,7 +974,7 @@
}
// Normal traitement
- $sql="update fiche_detail set ad_value=upper($1) where
jft_id=$2";
+ $sql="update fiche_detail set ad_value=$1 where jft_id=$2";
$this->cn->exec_sql($sql,array($value,$jft_id));
}
}
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev