diff --git a/inc/db.php b/inc/db.php index 7a795c3..566e621 100644 --- a/inc/db.php +++ b/inc/db.php @@ -79,7 +79,7 @@ class Db extends PhpObject $this->oConnection->set_charset($sEncoding); //SET NAMES //Timezone - $this->setQuery("SET time_zone='".date_default_timezone_get()."';"); + $this->setQuery("SET time_zone='".date_default_timezone_get()."'"); } public function __destruct()