1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 03:21:32 +00:00

prefs: remove _PREFS_ACTIVE_TAB handling

This commit is contained in:
Andrew Dolgov
2010-11-19 10:16:12 +03:00
parent a4d7649833
commit e8f0cb1975
5 changed files with 0 additions and 10 deletions

View File

@@ -1164,8 +1164,6 @@
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Feeds')."\">";
set_pref($link, "_PREFS_ACTIVE_TAB", "feedConfig");
$result = db_query($link, "SELECT COUNT(id) AS num_errors
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);