Bug #14539 ยป 0000762-include_once_fix.diff
typo3/mod/tools/em/index.php 2005-02-08 11:02:50.000000000 +0100 | ||
---|---|---|
if ($reg[1]) {
|
||
$cmpF = 'ext/'.$extKey.'/'.$fileName;
|
||
if (!strcmp($reg[1],$cmpF)) {
|
||
if (ereg('_once\(\$TYPO3_CONF_VARS\[TYPO3_MODE\]\[[\'"]XCLASS[\'"]\]\[[\'"]'.$cmpF.'[\'"]\]\);', $XclassParts[1])) {
|
||
if (ereg('_once[[:space:]]*\(\$TYPO3_CONF_VARS\[TYPO3_MODE\]\[[\'"]XCLASS[\'"]\]\[[\'"]'.$cmpF.'[\'"]\]\);', $XclassParts[1])) {
|
||
$out['msg'][] = 'XCLASS OK in '.$fileName;
|
||
} else $out['errors'][] = 'Couldn\'t find the include_once statement for XCLASS!';
|
||
} else $out['errors'][] = 'The XCLASS filename-key "'.$reg[1].'" was different from "'.$cmpF.'" which it should have been!';
|