From 17949271a11e33235195c2c82b53d2e110a5b4f1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 24 Nov 2007 05:11:43 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=14296 --- html/ops/team_import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/ops/team_import.php b/html/ops/team_import.php index 7589253991..9c221a3fb6 100755 --- a/html/ops/team_import.php +++ b/html/ops/team_import.php @@ -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";