/[libdata]/branches/paul_xx/admin/include/fuzzy.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/paul_xx/admin/include/fuzzy.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/paul/admin/include/fuzzy.php revision 68 by dpavlin, Thu Mar 18 19:24:54 2004 UTC branches/paul_xx/admin/include/fuzzy.php revision 69 by dpavlin, Thu Mar 18 20:01:09 2004 UTC
# Line 146  function resTitlePat($string) { Line 146  function resTitlePat($string) {
146          // Debugging          // Debugging
147          // printf("sql was: %s", $sql);          // printf("sql was: %s", $sql);
148    
149          $rs = mysql_tryquery($sql);          $rs = xx_tryquery($sql);
150          $hits = mysql_num_rows($rs);          $hits = xx_num_rows($rs);
151          if ($hits > 0) {          if ($hits > 0) {
152    
153                  // Draw page header                  // Draw page header
# Line 159  function resTitlePat($string) { Line 159  function resTitlePat($string) {
159                  printf("<b>Messages:</b><br>\n");                  printf("<b>Messages:</b><br>\n");
160    
161                  printf ("Possible duplicate resource titles found with title '%s'.  Are you sure you want to continue?<br><br>\n", $title);                  printf ("Possible duplicate resource titles found with title '%s'.  Are you sure you want to continue?<br><br>\n", $title);
162                  while ($row = mysql_fetch_array ($rs, MYSQL_ASSOC)) {                  while ($row = xx_fetch_array ($rs, xx_ASSOC)) {
163                          $title = $row["title"];                          $title = $row["title"];
164                          $resource_id = $row["resource_id"];                          $resource_id = $row["resource_id"];
165    

Legend:
Removed from v.68  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26