BrowsePointerEnable

This commit is contained in:
Marc Delisle
2004-06-24 13:47:01 +00:00
parent 084b73acb8
commit f5db2f7cfe
10 changed files with 33 additions and 10 deletions

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