backend: fix warning in zoom mode

This commit is contained in:
Andrew Dolgov 2010-11-10 19:04:16 +03:00
parent 905ff52a36
commit 8cab2eb923
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@
$mode = db_escape_string($_REQUEST["mode"]); $mode = db_escape_string($_REQUEST["mode"]);
$omode = db_escape_string($_REQUEST["omode"]); $omode = db_escape_string($_REQUEST["omode"]);
print "<reply>"; if ($mode != "zoom") print "<reply>";
// in prefetch mode we only output requested cids, main article // in prefetch mode we only output requested cids, main article
// just gets marked as read (it already exists in client cache) // just gets marked as read (it already exists in client cache)
@ -245,7 +245,7 @@
print "]]></counters>"; print "]]></counters>";
} */ } */
print "</reply>"; if ($mode != "zoom") print "</reply>";
break; // view break; // view
case "viewfeed": case "viewfeed":