--- trunk/admin/include/fuzzy.php 2004/01/15 14:19:27 10 +++ trunk/admin/include/fuzzy.php 2004/03/04 22:43:50 42 @@ -146,8 +146,8 @@ // Debugging // printf("sql was: %s", $sql); - $rs = mysql_query($sql, $con); - $hits = mysql_num_rows($rs); + $rs = xx_query($sql, $con); + $hits = xx_num_rows($rs); if ($hits > 0) { // Draw page header @@ -159,7 +159,7 @@ printf("Messages:
\n"); printf ("Possible duplicate resource titles found with title '%s'. Are you sure you want to continue?

\n", $title); - while ($row = mysql_fetch_array ($rs)) { + while ($row = xx_fetch_array ($rs)) { $title = $row["title"]; $resource_id = $row["resource_id"];