summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-10 05:38:45 +0100
committerAndrew Dolgov <[email protected]>2005-11-10 05:38:45 +0100
commit54139a74544da585b22b7248676f4de9fcc5f9fe (patch)
tree1c4d73ae9346a7d33cb9ef1dd56867d47970b570 /backend.php
parent7ec2a838ef97834a93685dfea0e3f6cb4f38ac92 (diff)
fix schema version in backend.php
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 2a8657474..abde27d71 100644
--- a/backend.php
+++ b/backend.php
@@ -1,5 +1,5 @@
<?
- define(SCHEMA_VERSION, 2);
+ define(SCHEMA_VERSION, 1);
$op = $_GET["op"];