From ff0f79453fce5a6a0c173491c4979f73030900a9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 20 Aug 2007 16:04:37 +0100 Subject: UNDO: add (disabled) dialog to recategorize feeds via draganddrop --- modules/pref-feeds.php | 64 -------------------------------------------------- 1 file changed, 64 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 76e22d7d4..fb791a930 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -517,65 +517,6 @@ } - if ($subop == "categorizeDlg") { - $action = $_REQUEST["action"]; - - print "
".__('Category editor')."
"; - - print "
"; - - $result = db_query($link, "SELECT title,id FROM ttrss_feed_categories - WHERE owner_uid = ".$_SESSION["uid"]." - ORDER BY title"); - - if (db_num_rows($result) != 0) { - - print ""; - - - print ""; - - print "
"; - } - - return; - } - if ($subop == "editCats") { $action = $_REQUEST["action"]; @@ -1023,11 +964,6 @@ print " "; - -/* print " "; */ - } print ""; -- cgit v1.2.3