summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-26 06:23:15 +0100
committerAndrew Dolgov <[email protected]>2007-03-26 06:23:15 +0100
commit4049672041287a491919c01d80017c7b767c3461 (patch)
tree83c41485f54559c303e2578adb8f383647d245ab /backend.php
parentcdbb6dc62652adfe754fa894720efef4758fb311 (diff)
add persistent storage for toolbar view options, bump schema
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index b15101fdd..45c978023 100644
--- a/backend.php
+++ b/backend.php
@@ -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") {