Ok, got another one
Should "yesno" options be
vs
? Or am I wrong with both?
--------------- Added [DATE]1246355425[/DATE] at [TIME]1246355425[/TIME] ---------------
Just a bit of my code as more of an explanation....
PHP Code:
$vbulletin->input->clean_array_gpc('p', array(
'position_applying' => TYPE_NOHTML,
'username' => TYPE_NOHTML,
'additional_usernames' => TYPE_NOHTML,
'first_name' => TYPE_NOHTML,
'last_name' => TYPE_NOHTML,
'birth_month' => TYPE_NUM,
'ever_resigned' => TYPE_BOOL,