strict standard
This commit is contained in:
parent
9ec8894737
commit
441edd422d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue