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
|
|
@ -37,7 +37,7 @@ $gDossier=dossier::id();
|
|||
$cn=Dossier::connect();
|
||||
|
||||
$export=new Noalyss_Csv(_('grandlivre'));
|
||||
extract($_GET);
|
||||
extract($_GET, EXTR_SKIP);
|
||||
$export->send_header();
|
||||
if ( isset($poste_id) && strlen(trim($poste_id)) != 0 && isNumber($poste_id) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue