Project

General

Profile

Feature #14941 ยป bug_1402.diff

Administrator Admin, 2007-04-27 22:29

View differences:

t3lib/class.t3lib_tceforms.php (Arbeitskopie)
// Init config:
$config = $PA['fieldConf']['config'];
$evalList = t3lib_div::trimExplode(',',$config['eval'],1);
if($this->renderReadonly || $config['readOnly']) {
return $this->getSingleField_typeNone_render($config, $PA['itemFormElValue']);
......
if ($rows<$origRows) $rows = $origRows;
}
if (in_array('required',$evalList)) {
$this->requiredFields[$table.'_'.$row['uid'].'_'.$field]=$PA['itemFormElName'];
}
// Init RTE vars:
$RTEwasLoaded = 0; // Set true, if the RTE is loaded; If not a normal textarea is shown.
$RTEwouldHaveBeenLoaded = 0; // Set true, if the RTE would have been loaded if it wasn't for the disable-RTE flag in the bottom of the page...
    (1-1/1)