PHP Code:
if ($_REQUEST['do'] == 'listgroups')
{
print_form_header('phrasetype', 'add');
print_table_header($vbphrase['custom_phrase_types']);
$defaultphrasetypes = array('accessmask', 'attachment_image', 'banning', 'bbcode', 'calendar', 'cpglobal', 'cphelptext', 'cphome', 'cpoption', 'cppermission', 'cprank', 'cprofilefield', 'cpstopmsg', 'cpuser', 'cpusergroup', 'cron', 'diagnostic', 'emailbody', 'emailsubject', 'error', 'faqtext', 'faqtitle', 'forum', 'forumdisplay', 'fronthelp', 'frontredirect', 'global', 'help_faq', 'holiday', 'infraction', 'infractionlevel', 'inlinemod', 'language', 'logging', 'maintenance', 'messaging', 'moderator', 'plugins', 'pm', 'poll', 'postbit', 'posting', 'profilefield', 'promotion', 'register', 'reputation', 'reputationlevel', 'search', 'showthread', 'sql', 'stats', 'style', 'subscription', 'thread', 'threadmanage', 'timezone', 'user', 'vbsettings', 'wol');
$phrasetypes = fetch_phrasetypes_array();
foreach($phrasetypes AS $id => $type)
{
$cell = array();
//if ($id > 56 AND $id < 1000)
if (!in_array($id, $defaultphrasetypes))
{