Summary | selected server option typo |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 05/21/2008 (6257 days ago) |
Due | 05/21/2008 (6257 days ago) |
Updated | 05/21/2008 (6257 days ago) |
Assigned | |
Resolved | 05/21/2008 (6257 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
that's what we do for everything else on that page. Thanks!
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ selected server option typo
Due ⇒ 05/21/2008
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
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']
);