From a6a20d4f46add8210ff653d043a79ef57583bc35 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Sep 2006 06:20:49 +0100 Subject: [PATCH] code cleanups --- backend.php | 138 ---------------------------------------------------- 1 file changed, 138 deletions(-) diff --git a/backend.php b/backend.php index e143849a..0d66052e 100644 --- a/backend.php +++ b/backend.php @@ -124,43 +124,6 @@ function outputFeedList($link, $tags = false) { -/* print " - Tiny Tiny RSS : Feedlist - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - } else { - print ""; - } - - $script_dt_add = get_script_dt_add(); - - print " - - - - - - - "; */ - print ""; -# print ' -# '; } @@ -520,32 +468,6 @@ FROM ttrss_entries,ttrss_user_entries WHERE id = '$id' AND ref_id = id AND owner_uid = " . $_SESSION["uid"]); -/* print " - Tiny Tiny RSS : Article $id - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - } else { - print ""; - } - - $script_dt_add = get_script_dt_add(); - - print " - - - - "; */ - if ($result) { $link_target = ""; @@ -660,16 +582,7 @@ print ""; - print ""; } - -// print ""; } if ($op == "viewfeed") { @@ -683,25 +596,6 @@ if ($subop == "undefined") $subop = ""; -/* print " - Tiny Tiny RSS : Feed $feed - "; - - $user_theme = $_SESSION["theme"]; - if ($user_theme) { - print ""; - } - - if (get_pref($link, 'USE_COMPACT_STYLESHEET')) { - print ""; - - } else { - print ""; - } */ - if ($subop == "CatchupSelected") { $ids = split(",", db_escape_string($_GET["ids"])); $cmode = sprintf("%d", $_GET["cmode"]); @@ -970,38 +864,6 @@ } print ""; - -# print " -# "; -# -# print ""; } if ($op == "pref-feeds") { -- 2.39.5