summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-04 04:15:58 +0100
committerAndrew Dolgov <[email protected]>2007-05-04 04:15:58 +0100
commit87b9fb65321ec077a5d062f571c8384136c0fdc4 (patch)
tree6f175179f69c199e724d2a25ce2a27d57a72fa4b /backend.php
parentd3687e7a9e2c807d1113522a4e83682fe803c4f2 (diff)
add _PREFS_ACTIVE_TAB hidden option, tweak update.php, move SCHEMA_VERSION definition to sanity_check.php
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend.php b/backend.php
index 1b318906e..a71b649e4 100644
--- a/backend.php
+++ b/backend.php
@@ -12,8 +12,6 @@
error_reporting(DEFAULT_ERROR_LEVEL); */
- define('SCHEMA_VERSION', 16);
-
require_once "sanity_check.php";
require_once "config.php";