summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 09:34:50 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 09:34:50 +0100
commit5d15d3eacd6bea4ee94fc27c94a82aa2c1678e9e (patch)
tree3368c0170a88a46eab5c964a3f3d2a916309b5e9 /backend.php
parent131f94e4c15ace8924a9023c73c31b4b98cc6a73 (diff)
update user details for new schema
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files 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 "<tr><td>Subscribed feeds count</td><td>$num_feeds</td></tr>";
- $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 "<tr><td>Approx. DB size</td><td>$db_size KBytes</td></tr>";
+ print "<tr><td>Approx. DB size</td><td>$db_size KBytes</td></tr>"; */
print "</table>";