1
0
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:
Andrew Dolgov
2007-03-26 06:23:15 +01:00
parent cdbb6dc626
commit 4049672041
12 changed files with 37 additions and 77 deletions

View File

@@ -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") {