Author: danydb
Date: 2013-08-13 01:21:58 +0200 (Tue, 13 Aug 2013)
New Revision: 5344
Modified:
phpcompta/trunk/include/class_phpcompta_sql.php
Log:
bug : undefined variable
Modified: phpcompta/trunk/include/class_phpcompta_sql.php
===================================================================
--- phpcompta/trunk/include/class_phpcompta_sql.php 2013-08-12 23:18:04 UTC
(rev 5343)
+++ phpcompta/trunk/include/class_phpcompta_sql.php 2013-08-12 23:21:58 UTC
(rev 5344)
@@ -282,7 +282,7 @@
*/
public function get_object($p_ret,$idx)
{
- return $this->next($p_ret, $i);
+ return $this->next($p_ret, $idx);
}
}
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev