Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rcmmm on June 10, 2007, 02:46:28 PM

Title: Multiple signatures- Fixed
Post by: rcmmm on June 10, 2007, 02:46:28 PM
Hi,
I am at my wits end over this one. If I save a draft and then send it out I get 2 or more signatures in the email (both the users signature and the default signature repeated several times over). Please help someone!

Fixed- I chnaged compose.inc on line 291:
from:  if (!empty($sql_arr['signature'))
to:  if (!empty($sql_arr['signature'])&& $compose_mode != RCUBE_COMPOSE_DRAFT)

That seems to have done the trick for me at least!