Commit 32033823 authored by terry%netscape.com's avatar terry%netscape.com

Fixed bug 513 -- adding CC field caused crash.

parent 64fe1c3d
......@@ -254,8 +254,8 @@ foreach id $idlist {
unset ccids(zz)
foreach person [split $FORM(cc) " ,"] {
if {![cequal $person ""]} {
set id [DBNameToIdAndCheck $person]
set ccids($id) 1
set cid [DBNameToIdAndCheck $person]
set ccids($cid) 1
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment