Project

General

Profile

Bug #23593 ยป 15786.diff

Administrator Admin, 2010-09-24 10:55

View differences:

t3lib/class.t3lib_div.php (working copy)
$hiddenBlocks = 8 - ($left + $right);
$hiddenPart = '';
while ($h<$hiddenBlocks) {
$h = 0;
while ($h < $hiddenBlocks) {
$hiddenPart .= '0000:';
$h++;
}
......
$stacktop = 0;
$startPoint=0;
// FIXME don't use unset() - what does that mean? Use NULL or similar.
unset($tagi);
$tagi = NULL;
foreach($vals as $key => $val) {
$type = $val['type'];
......
if ($recursive && @is_dir($path)) {
$handle = opendir($path);
while (($file = readdir($handle)) !== FALSE) {
unset($recursionResult);
$recursionResult = NULL;
if ($file !== '.' && $file !== '..') {
if (@is_file($path . '/' . $file)) {
$recursionResult = self::fixPermissions($path . '/' . $file);
......
* @param string TYPO3 language key, eg. "dk" or "de" or "default"
* @param string Character set (optional)
* @return array LOCAL_LANG array in return.
* @deprecated since TYPO3 4.5 - convert php language files to xml with extdeveval
*/
public static function readLLPHPfile($fileRef, $langKey, $charset='') {
self::logDeprecatedFunction();
$LOCAL_LANG = array();
if (is_object($GLOBALS['LANG'])) {
$csConvObj = $GLOBALS['LANG']->csConvObj;
} elseif (is_object($GLOBALS['TSFE'])) {
    (1-1/1)