Project

General

Profile

Bug #16569 » 4226.patch

Administrator Admin, 2006-09-15 14:13

View differences:

db_new_content_el_new.php Fri Sep 15 13:55:39 2006
$config = &$TCA['tt_content']['columns'][$fN]['config'];
$authModeDeny = $config['type']=='select' && $config['authMode'] && !$GLOBALS['BE_USER']->checkAuthMode('tt_content',$fN,$fV,$config['authMode']);
if ($authModeDeny || in_array($fV,$removeItems)) {
if ($authModeDeny || in_array($key,$removeItems)) {
// Remove element all together:
unset($wizardItems[$key]);
break;
(1-1/2)