protect
This commit is contained in:
parent
464567ec31
commit
30ff1b125c
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ if ( isset($_SESSION['isValid']) && $_SESSION['isValid'] == 1)
|
|||
from vw_fiche_attr
|
||||
where quick_code=upper($1)". $filter_card;
|
||||
|
||||
$array=$cn->get_array($sql, array($_REQUEST['FID']));
|
||||
$array=$cn->get_array($sql, array($hi->request('FID')));
|
||||
|
||||
if ( empty($array))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue