Project

General

Profile

Bug #19428 » 9506.diff

Administrator Admin, 2009-01-04 18:30

View differences:

t3lib/class.t3lib_befunc.php (working copy)
public static function getProcessedValue($table, $col, $value, $fixed_lgd_chars = 0, $defaultPassthrough = 0, $noRecordLookup = FALSE, $uid = 0, $forceResult = TRUE) {
global $TCA;
global $TYPO3_CONF_VARS;
if ($col == 'uid') {
// no need to load TCA as uid is not in TCA-array
return $value;
}
// Load full TCA for $table
t3lib_div::loadTCA($table);
// Check if table and field is configured:
(3-3/3)