Author Topic: Multiple signatures- Fixed  (Read 2836 times)

Offline rcmmm

  • Newbie
  • *
  • Posts: 3
Multiple signatures- Fixed
« 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!