fixes bug #28 (thanks Brian Engert!)

This commit is contained in:
Ryan Walberg 2012-12-01 03:33:31 +00:00
parent 39183035fc
commit 409929d526
2 changed files with 12 additions and 5 deletions

View file

@ -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() {