From: Andrew Dolgov Date: Fri, 29 Sep 2006 05:20:49 +0000 (+0100) Subject: code cleanups X-Git-Tag: 1.2.4~80 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a6a20d4f46add8210ff653d043a79ef57583bc35;p=tt-rss.git code cleanups --- 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") {