Modif register_global
This commit is contained in:
parent
b105a52d2c
commit
fd031fd406
@ -30,6 +30,10 @@ if (!$user->rights->produit->lire)
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
$page = $_GET["page"];
|
||||||
|
$sortfield = $_GET["sortfield"];
|
||||||
|
$sortorder = $_GET["sortorder"];
|
||||||
|
|
||||||
if ($page < 0) {
|
if ($page < 0) {
|
||||||
$page = 0 ; }
|
$page = 0 ; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user