]> git.wh0rd.org - tt-rss.git/blobdiff - classes/db.php
remove $link
[tt-rss.git] / classes / db.php
index c3b6270962a30d44c7951d7d3251b0b73dcc9383..6dc31a22e065808923c1dd5dcf3397867cc65cf3 100644 (file)
@@ -36,7 +36,7 @@ class Db implements IDb {
 
        function connect($host, $user, $pass, $db, $port) {
                //return $this->adapter->connect($host, $user, $pass, $db, $port);
-               return $this->link;
+               return ;
        }
 
        function escape_string($s, $strip_tags = true) {