--- branches/paul/admin/info_structure.phtml 2004/03/18 19:58:18 68 +++ branches/paul_xx/admin/info_structure.phtml 2004/03/18 20:01:09 69 @@ -66,13 +66,13 @@ mastersubject FROM mastersubject ORDER BY mastersubject"; - $rs = mysql_tryquery($sql); + $rs = xx_tryquery($sql); // Initialize counter $rowcount = 0; // Cycle through the result set - while ( $row = mysql_fetch_array ($rs, MYSQL_ASSOC)) { + while ( $row = xx_fetch_array ($rs, xx_ASSOC)) { $mastersubject_id = Trim($row["mastersubject_id"]); $mastersubject = Trim($row["mastersubject"]); @@ -98,11 +98,11 @@ . $mastersubject_id . " ORDER BY m.masterinfotype, i.infotype"; - $sub_rs = mysql_tryquery($sub_sql); + $sub_rs = xx_tryquery($sub_sql); $sub_rowcount = 0; // Cycle through the result set - while ( $sub_row = mysql_fetch_array ($sub_rs, MYSQL_ASSOC)) { + while ( $sub_row = xx_fetch_array ($sub_rs, xx_ASSOC)) { $masterinfotype = Trim($sub_row["masterinfotype"]); $infotype = Trim($sub_row["infotype"]);