[Tickets #665] Unable delete PGP Public Keyring

bugs at bugs.horde.org bugs at bugs.horde.org
Mon Oct 11 17:55:21 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 | david at tmv.gov.tw
 Summary    | Unable delete PGP Public Keyring
 Queue      | IMP
 Version    | HEAD
 State      | Assigned
 Priority   | 1. Low
 Type       | Bug
 Owners     | Michael Slusarz
-----------------------------------------------------------------------


david at tmv.gov.tw (2004-10-11 17:55) wrote:

Nothing changed after click on "Delete",or any variable($list) were
print.screenshot can found here http://210.241.49.67/~txg16/tmp/del_key.gif

Here is part of the api.php,that i modified.
=============================================
       $list = $driver->search(array('email' => $address));
print_r($list);
        if (is_a($list, 'Turba_List')) {
            $count += $list->count();
            if ($list->count() == 1) {
                $ob = $list->next();
                if ($ob->hasValue($field)) {
                    $result = $ob->getValue($field);
                }
            }
        }
    }





More information about the bugs mailing list