diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 13:56:42 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-10 13:56:42 +0300 |
| commit | b3990c92e7dc4dc051aac0a444e8f6e13777ecc6 (patch) | |
| tree | 3139367e48e8235d557e15b61adffc84f0bcf759 /sanity_check.php | |
| parent | 5414ad4c80e5bb5c973d2299aa5500623ce07452 (diff) | |
add option to sort headlines by feed-specified date (bump schema)
Diffstat (limited to 'sanity_check.php')
| -rw-r--r-- | sanity_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanity_check.php b/sanity_check.php index 20ef276c0..79291ef37 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -2,7 +2,7 @@ require_once "functions.php"; define('EXPECTED_CONFIG_VERSION', 19); - define('SCHEMA_VERSION', 72); + define('SCHEMA_VERSION', 73); if (!file_exists("config.php")) { print "<b>Fatal Error</b>: You forgot to copy |