summaryrefslogtreecommitdiff
path: root/classes/db
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-07 18:41:18 +0300
committerAndrew Dolgov <[email protected]>2015-06-07 18:41:18 +0300
commit415a3b50c9879027d5367696ef2b21200cbd5827 (patch)
treee3c62caadef95aaa38a16146fb4ff310d7f533d5 /classes/db
parentca5d39e8665dc6eaaeec3f53bddd338e07f9a038 (diff)
fix some minor typos and stuff
Diffstat (limited to 'classes/db')
-rw-r--r--classes/db/pdo.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/db/pdo.php b/classes/db/pdo.php
index 126f5150a..3aeebbe67 100644
--- a/classes/db/pdo.php
+++ b/classes/db/pdo.php
@@ -88,6 +88,7 @@ class Db_PDO implements IDb {
$this->query("set client_encoding = 'UTF-8'");
$this->query("set datestyle = 'ISO, european'");
$this->query("set TIME ZONE 0");
+ return;
case "mysql":
$this->query("SET time_zone = '+0:0'");
return;