$rows=$GLOBALS['SITE_DB']->query_select('wiki_children',array('*'),array('parent_id'=>$id),'ORDER BY title',intval(get_option('general_safety_listing_limit'))/*reasonable limit*/);
$rows=$GLOBALS['SITE_DB']->query_select('wiki_children',array('*'),array('parent_id'=>$id),'ORDER BY the_order',intval(get_option('general_safety_listing_limit'))/*reasonable limit*/);
$rows=$GLOBALS['SITE_DB']->query_select('wiki_children',array('*'),array('parent_id'=>$page_id),'ORDER BY title',intval(get_option('general_safety_listing_limit'))/*reasonable limit*/);
$rows=$GLOBALS['SITE_DB']->query_select('wiki_children',array('*'),array('parent_id'=>$page_id),'ORDER BY the_order',intval(get_option('general_safety_listing_limit'))/*reasonable limit*/);