*** empty log message ***

svn path=/trunk/boinc/; revision=2045
This commit is contained in:
David Anderson 2003-08-08 22:19:14 +00:00
parent f30e0e3a4d
commit 3e7b4afa77
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 from team where id=$team->id";
$query = "delete 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);