In admin/story.php, regarding this function,
function submitstory
($type='',$sid,$uid,$tid,$title,$introtext,$bodytext,$hits,$unixdate,$co
mments,$featured,$commentcode,$statuscode,$postmode,$frontpage,$draft_fl
ag,$numemails,$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,
$perm_anon,$delete,$show_topic_icon)
How are these values set when a new story is submitted to the database. The variables are being passed to this function, but where and/or at what point are the variables being set to the form values passed in HTTP? Is there a global $HTTP_POST_VARS where these values are set in?
Thanks.