mirror of https://github.com/BOINC/boinc.git
- web: fix message
svn path=/trunk/boinc/; revision=14770
This commit is contained in:
parent
3a19ffb623
commit
5a5e2f41f1
|
@ -1530,3 +1530,9 @@ Charlie Feb 20 2008
|
||||||
graphics2_unix.C
|
graphics2_unix.C
|
||||||
clientgui/
|
clientgui/
|
||||||
MainDocument.cpp
|
MainDocument.cpp
|
||||||
|
|
||||||
|
David Feb 21 2008
|
||||||
|
- web: fix message
|
||||||
|
|
||||||
|
html/user/
|
||||||
|
user_search.php
|
||||||
|
|
|
@ -146,7 +146,7 @@ function name_search($filter) {
|
||||||
}
|
}
|
||||||
end_table();
|
end_table();
|
||||||
if (!$n) {
|
if (!$n) {
|
||||||
echo "<h2>No user names found starting with '".htmlspecialchars($search_string)."'</h2>\n";
|
echo "No users matching your search criteria.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue