|
@@ -56,12 +56,12 @@ function check_user_password_googleoauth($usertotest, $passwordtotest, $entityto
|
|
|
'entity'=>GETPOST('entity', 'int'),
|
|
|
'backtopage'=>GETPOST('backtopage'),
|
|
|
'tz'=>GETPOST('tz'),
|
|
|
- 'tzstring'=>GETPOST('tzstring'),
|
|
|
+ 'tz_string'=>GETPOST('tz_string'),
|
|
|
'dst_observed'=>GETPOST('dst_observed'),
|
|
|
'dst_first'=>GETPOST('dst_first'),
|
|
|
'dst_second'=>GETPOST('dst_second'),
|
|
|
- 'screenwidth'=>GETPOST('screenwidth'),
|
|
|
- 'screenheight'=>GETPOST('screenheight'),
|
|
|
+ 'dol_screenwidth'=>GETPOST('screenwidth'),
|
|
|
+ 'dol_screenheight'=>GETPOST('screenheight'),
|
|
|
'dol_hide_topmenu'=>GETPOST('dol_hide_topmenu'),
|
|
|
'dol_hide_leftmenu'=>GETPOST('dol_hide_leftmenu'),
|
|
|
'dol_optimize_smallscreen'=>GETPOST('dol_optimize_smallscreen'),
|
|
@@ -100,12 +100,12 @@ function check_user_password_googleoauth($usertotest, $passwordtotest, $entityto
|
|
|
$_POST['entity'] = $tmparray['entity'];
|
|
|
$_POST['backtopage'] = $tmparray['backtopage'];
|
|
|
$_POST['tz'] = $tmparray['tz'];
|
|
|
- $_POST['tzstring'] = $tmparray['tzstring'];
|
|
|
+ $_POST['tz_string'] = $tmparray['tz_string'];
|
|
|
$_POST['dst_observed'] = $tmparray['dst_observed'];
|
|
|
$_POST['dst_first'] = $tmparray['dst_first'];
|
|
|
$_POST['dst_second'] = $tmparray['dst_second'];
|
|
|
- $_POST['screenwidth'] = $tmparray['screenwidth'];
|
|
|
- $_POST['screenwidth'] = $tmparray['screenwidth'];
|
|
|
+ $_POST['screenwidth'] = $tmparray['dol_screenwidth'];
|
|
|
+ $_POST['screenheight'] = $tmparray['dol_screenheight'];
|
|
|
$_POST['dol_hide_topmenu'] = $tmparray['dol_hide_topmenu'];
|
|
|
$_POST['dol_hide_leftmenu'] = $tmparray['dol_hide_leftmenu'];
|
|
|
$_POST['dol_optimize_smallscreen'] = $tmparray['dol_optimize_smallscreen'];
|