*** empty log message ***

svn path=/trunk/boinc/; revision=2044
This commit is contained in:
David Anderson 2003-08-08 22:18:07 +00:00
parent 0772d22a17
commit f30e0e3a4d
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
if ($new_nusers > 0) {
$query = "update team set nusers = $new_nusers where id = $team->id";
} else {
$query = "remove team where id=$team->id";
$query = "remove from team where id=$team->id";
echo "<p><b>The team has been disbanded because there are no more members.</b>";
}
$result = mysql_query($query);