--- branches/paul/admin/faculty_list.phtml 2004/03/07 19:15:27 66 +++ branches/paul/admin/faculty_list.phtml 2004/03/18 19:24:54 67 @@ -17,6 +17,16 @@ printf("\n"); +// Default access settings +$sess_time_human = ""; +$sess_staff_account = ""; +$sess_staff_id = 0; +$sess_access_level = 0; +$sess_access = ""; +$sess_last_name = ""; +$sess_first_name = ""; + + // Page header require_once ($GLOBAL_ADMIN_HEADER); @@ -56,7 +66,7 @@ printf("

\n"); // Draw a radio-button pick table - selectFaculty($con); + selectFaculty(); // The buttons printf("
\n");