Fix syntax error

This commit is contained in:
Laurent Destailleur
2017-06-08 14:55:12 +02:00
parent b1f93ccb0c
commit b441c62e1d
48 changed files with 83 additions and 83 deletions

View File

@@ -45,7 +45,7 @@ accessforbidden();
$langs->load("companies");
$langs->load("orders");
$limit = GETPOST('limit','int')?GETPOST('limit', 'int')::$conf->liste_limit;
$limit = GETPOST('limit','int')?GETPOST('limit','int'):$conf->liste_limit;
$sortfield = GETPOST("sortfield",'alpha');
$sortorder = GETPOST("sortorder",'alpha');
$page = GETPOST("page",'int');