*** empty log message ***

svn path=/trunk/boinc/; revision=10914
This commit is contained in:
David Anderson 2006-08-14 22:57:59 +00:00
parent b8c02cd8af
commit 93cd221a35
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ admin_page_head("screen profiles");
if (function_exists('profile_screen_query')) {
$query = profile_screen_query();
} else if (profile_screen()) {
} else if (profile_screening()) {
$query = "select * from profile, user where profile.userid=user.id "
." and has_picture>0 "
." and verification=0 "