Skip to content

Commit

Permalink
change mysqli.php, system_time_zone to time_zone
Browse files Browse the repository at this point in the history
  • Loading branch information
liangxinhui committed Jan 20, 2017
1 parent 38378cf commit 4ce5f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osTicket-1.10/include/mysqli.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function db_version() {
}

function db_timezone() {
return db_get_variable('system_time_zone', 'global');
return db_get_variable('time_zone', 'global');
}

function db_get_variable($variable, $type='session') {
Expand Down

0 comments on commit 4ce5f4e

Please sign in to comment.