6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6738] selected server option typo
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. ..___.\ /.__ |__||__| _/ >< [__) | || |./__./ \[__)
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'] > > ); > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers