new option: ALLOW_SELECT_UPDATE_METHOD (bump config ver)

This commit is contained in:
Andrew Dolgov
2008-01-25 18:50:29 +01:00
parent 16211ddbf2
commit 34459667e2
4 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 14);
define('EXPECTED_CONFIG_VERSION', 15);
define('SCHEMA_VERSION', 31);
if (!file_exists("config.php")) {