fixes bug #28 (thanks Brian Engert!)
This commit is contained in:
parent
39183035fc
commit
409929d526
2 changed files with 12 additions and 5 deletions
|
@ -7,6 +7,8 @@ require_once(dirname(__FILE__) . "/config.php");
|
|||
class MySmarty extends Smarty {
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
|
||||
date_default_timezone_set("GMT+0");
|
||||
}
|
||||
|
||||
public function dbh() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue