diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-29 19:06:23 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-29 19:06:23 +0100 |
| commit | 4f17b5f973c2bbd8606a624bc82e4fca3e118e26 (patch) | |
| tree | b56fc2da6dc40305d72a2cc32f7c7ab48f9825b2 /xml-import.php | |
| parent | 41765fef9b2db10afec646fa486111d0c01aa64c (diff) | |
allow xml i/e tools use schema v4
Diffstat (limited to 'xml-import.php')
| -rw-r--r-- | xml-import.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml-import.php b/xml-import.php index b2c9d21bf..6cae60e0d 100644 --- a/xml-import.php +++ b/xml-import.php @@ -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); |