mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
add persistent storage for toolbar view options, bump schema
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
error_reporting(DEFAULT_ERROR_LEVEL); */
|
||||
|
||||
define('SCHEMA_VERSION', 14);
|
||||
define('SCHEMA_VERSION', 15);
|
||||
|
||||
require_once "sanity_check.php";
|
||||
require_once "config.php";
|
||||
@@ -305,6 +305,9 @@
|
||||
|
||||
if (!$offset) $offset = 0;
|
||||
|
||||
set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode);
|
||||
set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit);
|
||||
|
||||
if ($subop == "undefined") $subop = "";
|
||||
|
||||
if ($subop == "CatchupSelected") {
|
||||
|
||||
Reference in New Issue
Block a user