From 441edd422d21476ced6615a19088948a56a7d838 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 18 Nov 2011 13:30:04 +0000 Subject: [PATCH] strict standard --- include/class_jrn_def_sql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/class_jrn_def_sql.php b/include/class_jrn_def_sql.php index ae9866b1b..01286a615 100644 --- a/include/class_jrn_def_sql.php +++ b/include/class_jrn_def_sql.php @@ -127,7 +127,7 @@ class Jrn_Def_sql 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 @@ class Jrn_Def_sql } } - public function update() + public function update($p_string='') { if ($this->verify_sql() != 0) return;