1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 21:45:56 +00:00

rename STRIP_IMAGES to make it less confusing (bump schema)

This commit is contained in:
Andrew Dolgov
2013-03-14 18:52:44 +04:00
parent ef69681b93
commit d26859b5e1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
define('SCHEMA_VERSION', 103);
define('SCHEMA_VERSION', 104);
$fetch_last_error = false;
$pluginhost = false;