backwards compatibility

This commit is contained in:
Alexander M. Turek
2004-01-17 23:08:49 +00:00
parent 6a6953899e
commit 9b427fd7f6

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] < 4)) {
if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 6)) {
require_once('./libraries/config_import.lib.php');
}