Bug 253721: Add group-based lists to whining
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave git-svn-id: svn://10.0.0.236/trunk@169438 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -424,6 +424,9 @@ if ($action eq 'delete') {
|
||||
SendSQL("DELETE FROM group_group_map WHERE grantor_id = $gid");
|
||||
SendSQL("DELETE FROM bug_group_map WHERE group_id = $gid");
|
||||
SendSQL("DELETE FROM group_control_map WHERE group_id = $gid");
|
||||
SendSQL("DELETE FROM whine_schedules WHERE " .
|
||||
"mailto_type = " . MAILTO_GROUP . " " .
|
||||
"AND mailto = $gid");
|
||||
SendSQL("DELETE FROM groups WHERE id = $gid");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user