mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-27 21:42:29 +00:00
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:
parent
e72c508cd0
commit
6984830a01
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user