summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 08:22:02 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 08:22:02 +0100
commit36cf32bc8dbfd9dcd8eea4d2b5dd3993446c7b52 (patch)
tree6889bcb2c6da046f5a021d75ac2cedeca46dc2d8
parentfcb4c0c93bf51858321cab7a3101b71270cbbd84 (diff)
remove debug comment from forceUpdateAllFeeds
-rw-r--r--backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 4761b8dd8..1a741f897 100644
--- a/backend.php
+++ b/backend.php
@@ -721,10 +721,10 @@
(owner_uid, feed_id, entered) VALUES
(".$_SESSION["uid"].", NULL, NOW())");
- print "<!-- ScheduledOK -->";
+// print "<!-- ScheduledOK -->";
} else {
- print "<!-- RequestAlreadyInQueue -->";
+// print "<!-- RequestAlreadyInQueue -->";
}
# print "</rpc-reply>";