Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [JerryP] edit signature bug

Quote Reply
Re: [JerryP] edit signature bug In reply to
Looking in CVS, that bug was fixed a long time ago (2.03). It also works fine on my copy here. Take a look at admin/GMail/AddressBook.pm line ~188. It should look like this:
Code:
if ($cgi->{address_email} and $DB->table('address')->count({ address_userid => $USER->{userid}, address_email => $cgi->{address_email} }) > 1) {
I just looked at the demo code, and for some reason it doesn't have that change.

Adrian
Subject Author Views Date
Thread edit signature bug JerryP 3381 Mar 28, 2002, 4:52 PM
Thread Re: [JerryP] edit signature bug
brewt 3286 Mar 28, 2002, 6:44 PM
Post Re: [brewt] edit signature bug
tandat 3281 Mar 28, 2002, 7:20 PM
Thread Re: [brewt] edit signature bug
JerryP 3301 Mar 28, 2002, 8:20 PM
Post Re: [JerryP] edit signature bug
tandat 3292 Mar 28, 2002, 8:59 PM
Thread Re: [JerryP] edit signature bug
brewt 3275 Mar 28, 2002, 9:28 PM
Post Re: [brewt] edit signature bug
JerryP 3280 Mar 29, 2002, 1:00 AM