1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-05 19:09:15 +00:00

remove db_connect, db_close; CLI fixes

This commit is contained in:
Andrew Dolgov
2013-04-17 17:00:24 +04:00
parent 6322ac79a0
commit eefaa2df38
10 changed files with 4 additions and 36 deletions

View File

@@ -4,6 +4,7 @@ class Db_Mysql implements IDb {
function connect($host, $user, $pass, $db, $port) {
$this->link = mysql_connect($host, $user, $pass);
if ($this->link) {
$result = mysql_select_db($db, $this->link);
if (!$result) {