isadmin()) die('Zugriff verweigert'); $info=($errors && $_POST)?Format::input($_POST):Format::htmlchars($group); if($group && $_REQUEST['a']!='new'){ $title='Gruppe editieren: '.$group['group_name']; $action='update'; }else { $title='Neue Gruppe hinzufuegen'; $action='create'; $info['group_enabled']=isset($info['group_enabled'])?$info['group_enabled']:1; //Default to active } ?>