mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=14296
This commit is contained in:
parent
19267f06e1
commit
17949271a1
|
@ -176,8 +176,8 @@ function handle_team($f) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Processing $t->name $t->user_email\n";
|
echo "Processing $t->name $t->user_email\n";
|
||||||
$user = lookup_user_email_addr(mysql_real_escape_string($t->user_email));
|
$user = lookup_user_email_addr($t->user_email);
|
||||||
$team = lookup_team_name(mysql_real_escape_string($t->name));
|
$team = lookup_team_name($t->name);
|
||||||
if ($team) {
|
if ($team) {
|
||||||
if (!$user) {
|
if (!$user) {
|
||||||
echo " team exists but user $t->user_email doesn't\n";
|
echo " team exists but user $t->user_email doesn't\n";
|
||||||
|
|
Loading…
Reference in New Issue