Replace DEFAULT_TIME_ZONE in config file with administrative configuration

This commit is contained in:
Adam Zammit
2014-12-18 15:47:56 +11:00
parent c7f0ab0087
commit e6b125323b
10 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ if (isset($_POST['submit']))
$rs = $db->GetAll($sql);
$tzone = DEFAULT_TIME_ZONE; //set this to default
$tzone = get_setting("DEFAULT_TIME_ZONE"); //set this to default
//Get the timezone
foreach($rs as $r)