Bug #14129 ยป 0000039-spelling-patch.diff
typo3_src-3.6.0RC2/typo3/mod/tools/em/index.php Thu Apr 29 20:16:26 2004 | ||
---|---|---|
$others[]='"'.$this->typeLabels[substr($dbInst,$a,1)].'"';
|
||
}
|
||
}
|
||
return $GLOBALS['TBE_TEMPLATE']->rfw('A '.implode(' and ',$others).' extension with this key is also available on the server, but cannot be loaded because the "'.$this->typeLabels[$current].'" version takes precendence.');
|
||
return $GLOBALS['TBE_TEMPLATE']->rfw('A '.implode(' and ',$others).' extension with this key is also available on the server, but cannot be loaded because the "'.$this->typeLabels[$current].'" version takes precedence.');
|
||
} else return '';
|
||
}
|
||