Backwards compatibility, remerged changes after RC3

This commit is contained in:
Alexander M. Turek
2002-07-17 06:52:09 +00:00
parent 91bdb92806
commit aa8e7b70fa
5 changed files with 60 additions and 45 deletions

View File

@@ -149,7 +149,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
// For compatibility with old config.inc.php3
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 116) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 120) {
include('./libraries/config_import.lib.php3');
}