@@ -48,8 +48,8 @@ |
||
48 | 48 | $confirm = GETPOST('confirm', 'alpha'); |
49 | 49 | $cancel = GETPOST('cancel', 'aZ09'); |
50 | 50 | $contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : str_replace('_', '', basename(dirname(__FILE__)).basename(__FILE__, '.php')); // To manage different context of search |
51 | -$backtopage = GETPOST('backtopage', 'alpha'); // if not set, a default page will be used |
|
52 | -$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha'); // if not set, $backtopage will be used |
|
51 | +$backtopage = GETPOST('backtopage', 'alpha'); // if not set, a default page will be used |
|
52 | +$backtopageforcancel = GETPOST('backtopageforcancel', 'alpha'); // if not set, $backtopage will be used |
|
53 | 53 | $dol_openinpopup = GETPOST('dol_openinpopup', 'aZ09'); |
54 | 54 | |
55 | 55 | $error = 0; |