mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Miscellaneous optimization of function library
This commit is contained in:
parent
343b0301ad
commit
256a566eda
2 changed files with 99 additions and 121 deletions
|
|
@ -577,6 +577,7 @@ class Context
|
|||
if(!$db_info->time_zone)
|
||||
$db_info->time_zone = date('O');
|
||||
$GLOBALS['_time_zone'] = $db_info->time_zone;
|
||||
$GLOBALS['_time_zone_offset'] = get_time_zone_offset($db_info->time_zone);
|
||||
|
||||
if($db_info->qmail_compatibility != 'Y')
|
||||
$db_info->qmail_compatibility = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue