From: Andrew Dolgov Date: Fri, 4 May 2007 03:26:20 +0000 (+0100) Subject: save active tab in prefs, fix schema X-Git-Tag: schema_freeze_for_1.2.11~73 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=fe8d2059648bfaf773277918927fcd2af4f314a0;p=tt-rss.git save active tab in prefs, fix schema --- diff --git a/functions.php b/functions.php index 3968764f..bfed27be 100644 --- a/functions.php +++ b/functions.php @@ -2223,6 +2223,9 @@ print ""; + print ""; + print ""; } diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 72538936..104dd93f 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -72,6 +72,8 @@ return; } + set_pref($link, "_PREFS_ACTIVE_TAB", "feedBrowser"); + print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; $limit = db_escape_string($_GET["limit"]); diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index caca952a..78a2cff2 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -589,6 +589,8 @@ } } + set_pref($link, "_PREFS_ACTIVE_TAB", "feedConfig"); + print "