MaxExactCount backwards compatibility

This commit is contained in:
Marc Delisle
2003-04-11 17:44:20 +00:00
parent 7b684241bd
commit bbc10b2dba
3 changed files with 10 additions and 2 deletions

View File

@@ -138,7 +138,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) < 168) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 174) {
include('./libraries/config_import.lib.php3');
}