Fix for bug 98744: No more software error when the user clicks "remove cc" without specifying users to remove.
Fix by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed. git-svn-id: svn://10.0.0.236/trunk@104118 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -689,7 +689,7 @@ if (defined $::FORM{newcc} || defined $::FORM{removecc} || defined $::FORM{massc
|
||||
$cc_add = $::FORM{newcc};
|
||||
# We came from bug_form which uses a select box to determine what cc's
|
||||
# need to be removed...
|
||||
if (defined $::FORM{removecc}) {
|
||||
if (defined $::FORM{removecc} && $::FORM{cc}) {
|
||||
$cc_remove = join (",", @{$::MFORM{cc}});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user