[Tickets #665] Unable delete PGP Public Keyring

bugs at bugs.horde.org bugs at bugs.horde.org
Mon Oct 25 01:30:05 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=665
-----------------------------------------------------------------------
 Ticket     | 665
 Updated By | davdi at tmv.gov.tw
 Summary    | Unable delete PGP Public Keyring
 Queue      | IMP
 Version    | HEAD
 State      | Assigned
 Priority   | 1. Low
 Type       | Bug
 Owners     | Michael Slusarz
-----------------------------------------------------------------------


davdi at tmv.gov.tw (2004-10-25 01:30) wrote:

Here are what i modified:
================================================================
            $res = $driver->search(array('email' => $address));
            if (is_a($res, 'Turba_List')) {
                if ($res->count() > 1) {
                    return PEAR::raiseError(_("More than 1 entry found"),
'horde
.error', null, null, $source);
                }
print_r($res) ;

$ob = $res->next();

and here is what Turba said:
================================================================
turba_list Object ( [objects] => Array ( ) [fresh] => Array ( )
[_usortCriteria] => lastname [_usortType] => text ) 

David Chang




More information about the bugs mailing list