Configurable file name templates (RFE #1226941).

This commit is contained in:
Michal Čihař
2005-06-24 12:17:07 +00:00
parent b8746b6e09
commit c6f540be72
5 changed files with 19 additions and 4 deletions

View File

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