Fix: checkstyle
This commit is contained in:
parent
932206a152
commit
5d2a81a4f0
@ -448,7 +448,7 @@ if (! defined('NOLOGIN'))
|
||||
$dol_tz=$_POST["tz"];
|
||||
$dol_tz_string=$_POST["tz_string"];
|
||||
$dol_tz_string=preg_replace('/\s*\(.+\)$/','',$dol_tz_string);
|
||||
$dol_tz_string=preg_replace('/,/' ,'/',$dol_tz_string);
|
||||
$dol_tz_string=preg_replace('/,/','/',$dol_tz_string);
|
||||
$dol_tz_string=preg_replace('/\s/','_',$dol_tz_string);
|
||||
$dol_dst=0;
|
||||
if (isset($_POST["dst_first"]) && isset($_POST["dst_second"]))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user