From 5d15d3eacd6bea4ee94fc27c94a82aa2c1678e9e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Nov 2005 09:34:50 +0100 Subject: [PATCH] update user details for new schema --- backend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index e87e07600..8fb8eb3aa 100644 --- a/backend.php +++ b/backend.php @@ -2043,13 +2043,13 @@ print "Subscribed feeds count$num_feeds"; - $result = db_query($link, "SELECT +/* $result = db_query($link, "SELECT SUM(LENGTH(content)+LENGTH(title)+LENGTH(link)+LENGTH(guid)) AS db_size FROM ttrss_entries WHERE owner_uid = '$uid'"); $db_size = round(db_fetch_result($result, 0, "db_size") / 1024); - print "Approx. DB size$db_size KBytes"; + print "Approx. DB size$db_size KBytes"; */ print "";