skip
accept
reject
";
}
admin_page_head("screen profiles");
if (function_exists('profile_screen_query')) {
$query = profile_screen_query();
} else if (profile_screening()) {
$query = "select * from profile, user where profile.userid=user.id "
." and has_picture>0 "
." and verification=0 "
." limit 20"
;
} else {
$query = "select * from profile, user where profile.userid=user.id "
." and has_picture>0 "
." and verification=0 "
." and uotd_time is null "
." and expavg_credit>1 "
." order by recommend desc limit 20"
;
}
$result = mysql_query($query);
$n = 0;
echo "