6.0.0-beta1
7/8/25

[#6738] selected server option typo
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

History
05/21/2008 08:12:11 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
I changed the template to use 'sel' for that list instead, since 
that's what we do for everything else on that page. Thanks!
05/21/2008 02:58:00 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ selected server option typo
Due ⇒ 05/21/2008
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
Reply to this comment
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']

          );


Saved Queries