summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-14 18:52:44 +0400
committerAndrew Dolgov <[email protected]>2013-03-14 18:52:44 +0400
commitd26859b5e1b6ff7cfb77ce39289d3a00d71919ae (patch)
tree551a466bea47f4ccc22176978ea55cdf03315499 /include/functions.php
parentef69681b93e48ceaa909b0941780f9a80887747f (diff)
rename STRIP_IMAGES to make it less confusing (bump schema)
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 68e744c49..54b840329 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 103);
+ define('SCHEMA_VERSION', 104);
$fetch_last_error = false;
$pluginhost = false;