[imp] "This Person Is Already... Address Book Error"

Guy Cohen rcs@rshell.org
Sun, 14 Apr 2002 14:45:36 +0300


There's a small error in api.php

>
> INCORRECT:
>    if (PEAR::isError($res) || count($res) > 0) {
>
> CORRECT:
>    if (PEAR::isError($res) || $res->count() > 0) {



On Sun, Apr 14, 2002 at 02:01:55AM -0700, Chad wrote:
> Greetings,
> 
> This message might be better suited for the Turba mail
> list, I'm not sure.. I've recently installed HORDE
> 2.0/IMP 3.0/TURBA and all seems to be working
> smoothly. I've tied TURBA into my mySQL database, and
> it seems to all work correctly when saving address
> entires. But when a user is inside IMP and reading a
> new message, if the user clicks on the small green
> addressbook icon, to add the sender (address) to their
> addressbook, the following error message is returned:
> 
> This person is already in your addressbook.
> 
> This occurs regardless of any other entires in the
> addressbook db, or not... Has anyone encountered this
> before..? I've looked through the archives and haven't
> seen any reference to the issue.. Any suggestions
> would be greatly appreated.
> 
> Best Regards
> Chad
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org