summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-07-25 09:11:13 +0100
committerAndrew Dolgov <[email protected]>2006-07-25 09:11:13 +0100
commit4919fb42c91c41baf5cdd07da5cfcf900b22fa6d (patch)
tree86e459668b95f88cf216ab61506a8e0b1f691666 /backend.php
parentee09766cf7befcd4fd9f0692456ed346a3b13139 (diff)
new option: MARK_UNREAD_ON_UPDATE (closes #76)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index da317cc41..b4b1c6f58 100644
--- a/backend.php
+++ b/backend.php
@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
- define('SCHEMA_VERSION', 8);
+ define('SCHEMA_VERSION', 9);
require_once "sanity_check.php";
require_once "config.php";