summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 12:23:06 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 12:23:06 +0300
commit9c99281f20f938701f8645aad1d25412ca6538a7 (patch)
tree38c32c8f5895fc6e6041635a88d07834ff021d6e /backend.php
parent102cfe73c6662ab632ff8f81f924a3c642747b29 (diff)
code cleanup
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index c69a8ff57..9a1a4d713 100644
--- a/backend.php
+++ b/backend.php
@@ -162,7 +162,6 @@
case "feeds":
$print_exec_time = true;
- $tags = $_REQUEST["tags"];
$subop = $_REQUEST["subop"];
@@ -207,7 +206,7 @@
}
- print json_encode(outputFeedList($link, $tags));
+ print json_encode(outputFeedList($link));
break; // feeds