From: Andrew Dolgov Date: Thu, 8 Sep 2005 12:46:54 +0000 (+0100) Subject: labels now work with MySQL X-Git-Tag: 1.0.4~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d61fd764f85fc5c0500871dce289521e759214ab;p=tt-rss.git labels now work with MySQL --- diff --git a/backend.php b/backend.php index 71b7d457..f4928971 100644 --- a/backend.php +++ b/backend.php @@ -23,7 +23,7 @@ $result = db_query($link, "SELECT count(id) as count FROM ttrss_entries WHERE marked = true"); - $count = pg_fetch_result($result, 0, "count"); + $count = db_fetch_result($result, 0, "count"); print "