backwards compatibility

This commit is contained in:
Alexander M. Turek
2003-02-25 22:01:54 +00:00
parent 8718ab8275
commit f6e5ce3089
2 changed files with 7 additions and 7 deletions

View File

@@ -130,7 +130,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
* Includes compatibility code for older config.inc.php3 revisions
* if necessary
*/
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 161) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 162) {
include('./libraries/config_import.lib.php3');
}