phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4398 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4398 - phpcompta/trunk/include
Date: Fri, 18 Nov 2011 14:30:06 +0100 (CET)

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]