summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 08:45:17 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 08:45:17 +0100
commit9483421615ba77c4e3e485d49ff2d287502e5149 (patch)
tree5a7a01089b2f0a290e5b5de171df9e423afa3c09 /backend.php
parent6d1e02a2365c54c6e0d74e62e872da53c667e2fa (diff)
introduce old-skool theme
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 09fb418a6..9746536dd 100644
--- a/backend.php
+++ b/backend.php
@@ -16,7 +16,7 @@
$op = $_REQUEST["op"];
- define('SCHEMA_VERSION', 7);
+ define('SCHEMA_VERSION', 8);
require_once "sanity_check.php";
require_once "config.php";