1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-21 23:35:27 +00:00

add workaround for psql 8.3 stricter typechecking on SUBSTRING() (refs #201)

This commit is contained in:
Andrew Dolgov
2008-04-21 05:53:19 +01:00
parent f8232151a0
commit fc2b26a6a2
12 changed files with 36 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
require_once "functions.php";
define('EXPECTED_CONFIG_VERSION', 15);
define('SCHEMA_VERSION', 34);
define('SCHEMA_VERSION', 35);
if (!file_exists("config.php")) {
print __("<b>Fatal Error</b>: You forgot to copy