From d61fd764f85fc5c0500871dce289521e759214ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2005 13:46:54 +0100 Subject: [PATCH] labels now work with MySQL --- backend.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 "