--- trunk/admin/masterinfotype_drill.phtml 2004/03/04 22:43:17 41 +++ trunk/admin/masterinfotype_drill.phtml 2004/03/04 22:43:50 42 @@ -69,13 +69,13 @@ // Debugging // printf("sql was: %s
\n", $sql); - $rs = mysql_query($sql, $con); + $rs = xx_query($sql, $con); // Initialize counter $rowcount = 0; // Cycle through the result set - while ( $row = mysql_fetch_array ( $rs ) ) { + while ( $row = xx_fetch_array ( $rs ) ) { $infotype_id = Trim($row["infotype_id"]); $infotype = Trim($row["infotype"]); @@ -95,8 +95,8 @@ // Summary of RQS page uses printf("Total mapped Information Types:\n"); - if (mysql_num_rows($rs) == 0) printf("(None)\n"); - else printf("%d\n", mysql_num_rows($rs)); + if (xx_num_rows($rs) == 0) printf("(None)\n"); + else printf("%d\n", xx_num_rows($rs)); printf("\n"); // Close table