Project

General

Profile

Feature #24925 » class.t3lib_tceforms.php.patch

Patched t3lib/class.t3lib_tceforms.php for Typo3 4.6.1 - Johannes no-lastname-given, 2012-01-19 19:52

View differences:

../typo3_src-4.6.1/t3lib/class.t3lib_tceforms.php 2012-01-19 18:36:15.000000000 +0100
$onlySelectedIconShown = 1;
}
// Register as required if minitems is greater zero
if (($minItems = t3lib_utility_Math::forceIntegerInRange($config['minitems'], 0)) > 0) {
$this->registerRequiredProperty('field', $table . '_' . $row['uid'] . '_' . $field, $PA['itemFormElName']);
}
// Icon configuration:
if ($config['suppress_icons'] == 'IF_VALUE_FALSE') {
$suppressIcons = !$PA['itemFormElValue'] ? 1 : 0;
(2-2/2)