<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>selected server option typo</title> 
  <pubDate>Fri, 10 Apr 2026 14:49:33 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6738</link> 
  <atom:link rel="self" type="application/rss+xml" title="selected server option typo" href="https://bugs.horde.org/ticket/6738/rss" /> 
  <description>selected server option typo</description> 
 
   
   
  <item> 
   <title>There is a typo in login.php which causes a preselection of </title> 
   <description>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 =&gt; $val) {

         $entry = array(

-            &#039;sel&#039; =&gt; IMP::isPreferredServer($val, $key),

+            &#039;selected&#039; =&gt; IMP::isPreferredServer($val, $key),

             &#039;val&#039; =&gt; $key,

             &#039;name&#039; =&gt; $val[&#039;name&#039;]

         );

</description> 
   <pubDate>Wed, 21 May 2008 14:58:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6738#t45442</link> 
  </item> 
   
  <item> 
   <title>I changed the template to use &#039;sel&#039; for that list instead, s</title> 
   <description>I changed the template to use &#039;sel&#039; for that list instead, since that&#039;s what we do for everything else on that page. Thanks!</description> 
   <pubDate>Wed, 21 May 2008 20:12:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6738#t45447</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
