summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 09:08:42 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 09:08:42 +0400
commit24c0e2e57ddbe97123c8dbb3d52d6e67f89a4ea0 (patch)
tree498a77cf2729111c73573d17c38c557686a6e884 /include
parent5894fa4131043e8fccaecf87f29280afcad24574 (diff)
schema: disable sort headlines by feed date by default
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 452bc2ba5..73788071a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1,6 +1,6 @@
<?php
define('EXPECTED_CONFIG_VERSION', 26);
- define('SCHEMA_VERSION', 107);
+ define('SCHEMA_VERSION', 108);
$fetch_last_error = false;
$pluginhost = false;