Protect function extract , the use of this function will be removed during the rewriting
This commit is contained in:
parent
d3e2cd4848
commit
c6e274fcb3
40 changed files with 104 additions and 94 deletions
|
|
@ -32,7 +32,7 @@ $gDossier=dossier::id();
|
|||
// confirm mod
|
||||
if ( isset( $_POST['confirm_mod'] ) )
|
||||
{
|
||||
extract($_POST);
|
||||
extract($_POST, EXTR_SKIP);
|
||||
$update=new Acc_Parm_Code($cn,$p_code);
|
||||
$update->p_comment=$p_comment;
|
||||
$update->p_value=$p_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue