summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
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") {