summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 06:29:45 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 06:29:45 +0100
commit867413478a0f18754c87a9998277e6d6d58abe08 (patch)
treebbc06c2c93d83e02210b504f9d8b05aab28287ac /backend.php
parent25cb57366a45f8b41ac632553c462e2636a09ed6 (diff)
remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 27ccf4c3b..e9be94504 100644
--- a/backend.php
+++ b/backend.php
@@ -117,7 +117,7 @@
print "</table>";
print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";
- print "<div class=\"invisible\" id=\"ACTFEEDID\">$actid</div>";
+// print "<div class=\"invisible\" id=\"ACTFEEDID\">$actid</div>";
}