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
|
|
@ -38,7 +38,7 @@ require_once NOALYSS_INCLUDE.'/class/class_acc_tva.php';
|
|||
require_once NOALYSS_INCLUDE.'/class/class_user.php';
|
||||
|
||||
// Check if the needed field does exist
|
||||
extract ($_GET);
|
||||
extract ($_GET, EXTR_SKIP );
|
||||
foreach (array('t','c','p','q','n','gDossier') as $a)
|
||||
{
|
||||
if ( ! isset (${$a}) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue