Bug #16569 » 4226.patch
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;
|