allow xml i/e tools use schema v4

This commit is contained in:
Andrew Dolgov
2005-12-29 19:06:23 +01:00
parent 41765fef9b
commit 4f17b5f973
2 changed files with 5 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
require_once "functions.php";
require_once "db.php";
define('MAX_SOURCE_SCHEMA_VERSION', 3);
define('TARGET_SCHEMA_VERSION', 3);
define('MAX_SOURCE_SCHEMA_VERSION', 4);
define('TARGET_SCHEMA_VERSION', 4);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);