Project

General

Profile

Bug #22152 ยป list-warning.diff

Administrator Admin, 2010-02-22 10:40

View differences:

typo3/class.db_list.inc (copie de travail)
$fieldListArr = array();
// Check table:
if (is_array($TCA[$table])) {
if (is_array($TCA[$table]) && isset($TCA[$table]['columns']) && is_array($TCA[$table]['columns'])) {
t3lib_div::loadTCA($table);
// Traverse configured columns and add them to field array, if available for user.
foreach($TCA[$table]['columns'] as $fN => $fieldValue) {
if ($dontCheckUser ||
    (1-1/1)