DHTML WYSIWYG-control for PDF-relations

This commit is contained in:
Garvin Hicking
2003-06-23 14:39:49 +00:00
parent bc7fa0c447
commit 0ee43863a7
9 changed files with 474 additions and 11 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) < 185) {
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 188) {
include('./libraries/config_import.lib.php3');
}