Correction passage des variables page et autres
This commit is contained in:
parent
007da9253c
commit
08a88aabb0
@ -43,6 +43,9 @@ if ($_GET["action"] == 'delete')
|
|||||||
$facid = 0 ;
|
$facid = 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$page=$_GET["page"];
|
||||||
|
$sortorder=$_GET["sortorder"];
|
||||||
|
$sortfield=$_GET["sortfield"];
|
||||||
|
|
||||||
if ($page == -1) { $page = 0 ; }
|
if ($page == -1) { $page = 0 ; }
|
||||||
$limit = $conf->liste_limit;
|
$limit = $conf->liste_limit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user