diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 06:29:45 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-08 06:29:45 +0100 |
| commit | 867413478a0f18754c87a9998277e6d6d58abe08 (patch) | |
| tree | bbc06c2c93d83e02210b504f9d8b05aab28287ac /backend.php | |
| parent | 25cb57366a45f8b41ac632553c462e2636a09ed6 (diff) | |
remove ACTFEEDID container, keep information in a cookie instead (getActiveFeedId/setActiveFeedId API)
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 2 |
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>"; } |