Project

General

Profile

Bug #14176 ยป 0000104-fe_adminLib.inc.diff

Administrator Admin, 2004-05-17 18:20

View differences:

typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc 12 May 2004 22:14:02 -0000
$recCopy[$fieldName]=$fieldValue;
}
$string.='&aC='.$this->setfixedHash($recCopy,$data['_FIELDLIST']);
$markerArray['###SYS_SETFIXED_'.$theKey.'###'] = htmlspecialchars($string);
$string = htmlspecialchars($string);
$string = preg_replace('/&/', '&', $string);
$markerArray['###SYS_SETFIXED_'.$theKey.'###'] = $string;
}
}
}
    (1-1/1)