Project

General

Profile

Bug #19224 ยป saveDocNew.diff

Administrator Admin, 2008-08-15 21:25

View differences:

typo3/alt_doc.php (working copy)
global $BE_USER;
$TSconfig = $BE_USER->getTSConfig('options.'.$key);
$output = trim(isset($TSconfig['properties'][$table]) ? $TSconfig['properties'][$table] : $TSconfig['value']);
if ($key == 'saveDocNew' && $TSconfig['properties'][$table] !== '0') {
$output = 1;
}
return $output;
}
    (1-1/1)