mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Ajout plus d'info dans description audit.
This commit is contained in:
@@ -460,7 +460,7 @@ if (! defined('NOLOGIN'))
|
||||
$datesecond=dol_stringtotime($_POST["dst_second"]);
|
||||
if ($datenow >= $datefirst && $datenow < $datesecond) $dol_dst=1;
|
||||
}
|
||||
//print $datefirst.'-'.$datesecond.'-'.$datenow; exit;
|
||||
//print $datefirst.'-'.$datesecond.'-'.$datenow.'-'.$dol_tz.'-'.$dol_tzstring.'-'.$dol_dst; exit;
|
||||
}
|
||||
|
||||
if (! $login)
|
||||
@@ -621,6 +621,8 @@ if (! defined('NOLOGIN'))
|
||||
|
||||
$user->update_last_login_date();
|
||||
|
||||
$user->trigger_mesg = 'TZ='.$_SESSION["dol_tz"].';TZString='.$_SESSION["dol_tz_string"].';Screen='.$_SESSION["dol_screenwidth"].'x'.$_SESSION["dol_screenheight"];
|
||||
|
||||
// TODO We should use a hook here, not a trigger
|
||||
// Call triggers
|
||||
include_once DOL_DOCUMENT_ROOT . '/core/class/interfaces.class.php';
|
||||
|
||||
Reference in New Issue
Block a user