backwards compatibility

This commit is contained in:
Alexander M. Turek
2004-06-08 05:50:02 +00:00
parent 250df71fc7
commit e10e729b96

View File

@@ -136,7 +136,7 @@ if (isset($cfg['FileRevision'])) {
} else {
$cfg['FileRevision'] = array(1, 1);
}
if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 19)) {
if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 24)) {
require_once('./libraries/config_import.lib.php');
}