summaryrefslogtreecommitdiff
path: root/utils/xml-import.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/xml-import.php')
-rw-r--r--utils/xml-import.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/xml-import.php b/utils/xml-import.php
index 6cae60e0d..aeccd77e4 100644
--- a/utils/xml-import.php
+++ b/utils/xml-import.php
@@ -5,8 +5,8 @@
require_once "functions.php";
require_once "db.php";
- define('MAX_SOURCE_SCHEMA_VERSION', 4);
- define('TARGET_SCHEMA_VERSION', 4);
+ define('MAX_SOURCE_SCHEMA_VERSION', 5);
+ define('TARGET_SCHEMA_VERSION', 5);
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);