1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:21:29 +00:00

search dialog: remove debugging

This commit is contained in:
Andrew Dolgov
2008-05-17 03:36:33 +01:00
parent 1618a84955
commit 4bb023143b

View File

@@ -131,8 +131,6 @@
#$active_feed_id = db_escape_string($_GET["param"]);
print $_GET["param"];
$params = split(":", db_escape_string($_GET["param"]));
$active_feed_id = sprintf("%d", $params[0]);