fixed a warning message (trivial) removed incorrect warning message when

* error.c: fixed a warning message (trivial)
* doc/search.php: removed incorrect warning message when word
  search not found in last of multiple tables (bug 119535)
This commit is contained in:
William M. Brack 2003-09-22 00:24:51 +00:00
parent e72c508cd0
commit 6984830a01
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
* error.c: fixed a warning message (trivial)
* doc/search.php: removed incorrect warning message when word
search not found in last of multiple tables (bug 119535)
Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
* configure.in: preparing a 2.6.0-beta2 release

View File

@ -386,9 +386,6 @@ A:link, A:visited, A:active { text-decoration: underline }
mysql_free_result($result);
}
}
if (($j <= 0) && ($k <= 0)) {
echo "<p> No result found for $word\n";
}
}
mysql_close($link);
$nb = count($results);

View File

@ -187,7 +187,7 @@ xmlParserPrintFileContext(xmlParserInputPtr input) {
while ((n<col) && (n++ < sizeof(content)-2) && (*ctnt != 0)) {
if (*(ctnt) != '\t')
*(ctnt) = ' ';
*ctnt++;
ctnt++;
}
*ctnt++ = '^';
*ctnt = 0;