mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10914
This commit is contained in:
parent
b8c02cd8af
commit
93cd221a35
|
@ -21,7 +21,7 @@ admin_page_head("screen profiles");
|
||||||
|
|
||||||
if (function_exists('profile_screen_query')) {
|
if (function_exists('profile_screen_query')) {
|
||||||
$query = 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 "
|
$query = "select * from profile, user where profile.userid=user.id "
|
||||||
." and has_picture>0 "
|
." and has_picture>0 "
|
||||||
." and verification=0 "
|
." and verification=0 "
|
||||||
|
|
Loading…
Reference in New Issue