Some form elements are missing!
'; crackerTrackerOutputLocalized('add_ticket_name_missing'); print '
';
}

// Field 'name not filled out?
if (empty($_POST['name'])) {
	// Output message
	print '
'; crackerTrackerOutputLocalized('add_ticket_email_missing'); print '
';
}
?>