--- branches/paul/admin/res_results_brief.phtml 2004/03/18 19:58:18 68 +++ branches/paul_xx/admin/res_results_brief.phtml 2004/03/18 20:01:09 69 @@ -257,7 +257,7 @@ $sql .= " ORDER BY " . $orderby . " " . $orderdir; } - $rs = mysql_tryquery($sql); + $rs = xx_tryquery($sql); // Table printf("
"); @@ -281,7 +281,7 @@ $rowcount = 0; // Cycle through the result set of unique reference id's. - while ( $row = mysql_fetch_array ($rs, MYSQL_ASSOC)) { + while ( $row = xx_fetch_array ($rs, xx_ASSOC)) { $resource_id = $row["resource_id"]; $title = Trim($row["title"]); $publisher = Trim($row["publisher"]); @@ -337,8 +337,8 @@ // Search statistics printf("
\n"); $records = "record"; - printf("
Returned %d ", mysql_num_rows($rs)); - if (mysql_num_rows($rs) != 1) $records .= "s"; + printf("
Returned %d ", xx_num_rows($rs)); + if (xx_num_rows($rs) != 1) $records .= "s"; printf($records); printf(".");