parent
ae8b16b9fc
commit
b6b873cfc5
@ -28,14 +28,14 @@ require_once(DOL_DOCUMENT_ROOT."/core/class/html.formfile.class.php");
|
|||||||
|
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
|
|
||||||
$action=GETPOST('action','alpha');
|
$action=GETPOST('action');
|
||||||
$what=GETPOST('what','alpha');
|
$what=GETPOST("what");
|
||||||
$export_type=GETPOST('export_type','alpha');
|
$export_type=GETPOST("export_type");
|
||||||
$file=GETPOST('filename_template','alpha');
|
$file=GETPOST('filename_template');
|
||||||
|
|
||||||
$sortfield = GETPOST('sortfield','alpha');
|
$sortfield = GETPOST("sortfield");
|
||||||
$sortorder = GETPOST('sortorder','alpha');
|
$sortorder = GETPOST("sortorder");
|
||||||
$page = GETPOST('page','int');
|
$page = GETPOST("page");
|
||||||
if (! $sortorder) $sortorder="DESC";
|
if (! $sortorder) $sortorder="DESC";
|
||||||
if (! $sortfield) $sortfield="date";
|
if (! $sortfield) $sortfield="date";
|
||||||
if ($page < 0) { $page = 0; }
|
if ($page < 0) { $page = 0; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user