[Tickets #6738] selected server option typo
bugs at horde.org
bugs at horde.org
Wed May 21 14:58:01 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6738
-----------------------------------------------------------------------
Ticket | 6738
Created By | adrieder at sbox.tugraz.at
Summary | selected server option typo
Queue | IMP
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2008-05-21 10:58) wrote:
There is a typo in login.php which causes a preselection of the server to
fail
patch:
cvs diff -u login.php
Index: login.php
===================================================================
RCS file: /repository/imp/login.php,v
retrieving revision 2.286
diff -u -r2.286 login.php
--- login.php 7 Apr 2008 09:49:33 -0000 2.286
+++ login.php 21 May 2008 14:54:58 -0000
@@ -208,7 +208,7 @@
$isAuth = Auth::isAuthenticated();
foreach ($servers as $key => $val) {
$entry = array(
- 'sel' => IMP::isPreferredServer($val, $key),
+ 'selected' => IMP::isPreferredServer($val, $key),
'val' => $key,
'name' => $val['name']
);
More information about the bugs
mailing list