From 59b223d74d7a56e253c728bd4a0175a1526d8618 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 10 Feb 2009 11:31:53 +0300 Subject: offline: disable using init-param --- functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 08e71b9d9..748cc6156 100644 --- a/functions.php +++ b/functions.php @@ -3013,6 +3013,8 @@ print ""; + print ""; + $result = db_query($link, "SELECT COUNT(*) AS cf FROM ttrss_feeds WHERE owner_uid = " . $_SESSION["uid"]); -- cgit v1.2.3-54-g00ecf