remove debug comment from forceUpdateAllFeeds
This commit is contained in:
parent
fcb4c0c93b
commit
36cf32bc8d
|
@ -721,10 +721,10 @@
|
||||||
(owner_uid, feed_id, entered) VALUES
|
(owner_uid, feed_id, entered) VALUES
|
||||||
(".$_SESSION["uid"].", NULL, NOW())");
|
(".$_SESSION["uid"].", NULL, NOW())");
|
||||||
|
|
||||||
print "<!-- ScheduledOK -->";
|
// print "<!-- ScheduledOK -->";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
print "<!-- RequestAlreadyInQueue -->";
|
// print "<!-- RequestAlreadyInQueue -->";
|
||||||
}
|
}
|
||||||
|
|
||||||
# print "</rpc-reply>";
|
# print "</rpc-reply>";
|
||||||
|
|
Loading…
Reference in New Issue