]> git.wh0rd.org - tt-rss.git/blobdiff - classes/db/pdo.php
fix some minor typos and stuff
[tt-rss.git] / classes / db / pdo.php
index 126f5150a75365ff64b2ed82a0cac202114832a8..3aeebbe678fea9184cb1362359b5839f5fe6cb97 100644 (file)
@@ -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;