[Tickets #3612] RESOLVED: Cannot correctly save or edit Fetchmail accounts
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Mar 11 21:27:42 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3612
-----------------------------------------------------------------------
Ticket | 3612
Updated By | horde at rajidae.se
Summary | Cannot correctly save or edit Fetchmail accounts
Queue | IMP
Version | HEAD
State | Resolved
Priority | 1. Low
Type | Bug
Owners | Michael Slusarz
-----------------------------------------------------------------------
horde at rajidae.se (2006-03-11 21:27) wrote:
In version 1.47 the id set by this line
$fm_account->setValue('id', $id, $to_edit); get overwritten by
is overwritten by the parameter loop. To solve it move the line so that is
is under this block:
foreach ($fetchmail->getParameterList() as $val) {
$fm_account->setValue($val, Util::getFormData('fm_' . $val),
$to_edit);
}
The extra line in the empty account droplist can be fixed by moving the
line
$t->set('accounts', $accountsval);
outside of the for block it is inside now.
More information about the bugs
mailing list