--- branches/paul/admin/scribe_fix.phtml 2004/03/07 19:15:27 66 +++ branches/paul/admin/scribe_fix.phtml 2004/03/18 19:24:54 67 @@ -18,6 +18,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); @@ -45,12 +55,12 @@ printf("

CourseLib/PageScribe Page Fix Tool

\n"); // Determine if page exists - $exists = existsRow($con, "page", "page_id", $page_id); + $exists = existsRow("page", "page_id", $page_id); if ($exists == 1){ // Fix Tool - scribeFix($con, $method, $page_id); + scribeFix($method, $page_id); } else printf("Page %s not found!", $page_id);