svn path=/trunk/boinc/; revision=14296

This commit is contained in:
David Anderson 2007-11-24 05:11:43 +00:00
parent 19267f06e1
commit 17949271a1
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ function handle_team($f) {
}
echo "Processing $t->name $t->user_email\n";
$user = lookup_user_email_addr(mysql_real_escape_string($t->user_email));
$team = lookup_team_name(mysql_real_escape_string($t->name));
$user = lookup_user_email_addr($t->user_email);
$team = lookup_team_name($t->name);
if ($team) {
if (!$user) {
echo " team exists but user $t->user_email doesn't\n";