Author: danydb
Date: 2011-11-18 14:30:04 +0100 (Fri, 18 Nov 2011)
New Revision: 4398

Modified:
   phpcompta/trunk/include/class_jrn_def_sql.php
Log:
strict standard

Modified: phpcompta/trunk/include/class_jrn_def_sql.php
===================================================================
--- phpcompta/trunk/include/class_jrn_def_sql.php       2011-11-18 13:29:37 UTC 
(rev 4397)
+++ phpcompta/trunk/include/class_jrn_def_sql.php       2011-11-18 13:30:04 UTC 
(rev 4398)
@@ -127,7 +127,7 @@
                        throw new Exception('DATATYPE jrn_def_num_op 
$this->jrn_def_num_op non numerique');
        }
 
-       public function save()
+       public function save($p_string='')
        {
                /* please adapt */
                if ($this->jrn_def_id == -1)
@@ -280,7 +280,7 @@
                }
        }
 
-       public function update()
+       public function update($p_string='')
        {
                if ($this->verify_sql() != 0)
                        return;


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

Reply via email to