--- trunk/courses.phtml 2003/12/05 18:34:18 1 +++ trunk/courses.phtml 2004/03/04 22:43:50 42 @@ -178,10 +178,10 @@ $sql .= " ORDER BY c.course_concat"; // Fetch a recordset -$rs = mysql_query($sql, $con); +$rs = xx_query($sql, $con); // Cycle through them -while ($row = mysql_fetch_array ($rs)) { +while ($row = xx_fetch_array ($rs)) { $course_num = $row["course_num"]; $page_title = $row["page_title"]; $page_id = $row["page_id"];