Index: branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r7874 -r7927 --- branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7874) +++ branches/unlabeled/unlabeled-1.65.2/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7927) @@ -357,7 +357,7 @@ $conn =& $this->Application->GetADODBConnection(); $res = $conn->Query("DESCRIBE $tablename"); - + foreach ($res as $field) { $f_name = $field['Field']; if (getArrayValue($config, 'Fields')) { @@ -383,7 +383,7 @@ } } } - + function ProcessDependencies($prefix) { $config =& $this->configData[$prefix]; @@ -632,7 +632,7 @@ return true; } - if (preg_match('#/plugins/|/core|/proj-|/custom/#', $config_path)) { + if (preg_match('#/plugins/|/core#', $config_path)) { return true; }