fix schema version in backend.php

This commit is contained in:
Andrew Dolgov 2005-11-10 05:38:45 +01:00
parent 7ec2a838ef
commit 54139a7454
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?
define(SCHEMA_VERSION, 2);
define(SCHEMA_VERSION, 1);
$op = $_GET["op"];