From 93cd221a35d4843559f49897fb510bec15fe313b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 Aug 2006 22:57:59 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10914 --- html/ops/profile_screen_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/profile_screen_form.php b/html/ops/profile_screen_form.php index d9a48aa0db..beccd9a534 100644 --- a/html/ops/profile_screen_form.php +++ b/html/ops/profile_screen_form.php @@ -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 "