6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/1/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7120] Missing concatenation in tableset_html.php
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.__ .__ __ . [__ [__)[__)/ ` | | | \| \__.\__|
Comment
> On line 108 in framework/UI/UI/VarRenderer/tableset_html.php, the > concatenation character (.) is missing. > > > > Current: $checked = (in_array($value, $checkedValues)) ? ' green">V' > : 'red">X'; > > > > Should be: $checked .= (in_array($value, $checkedValues)) ? ' > green">V' : 'red">X'; > > > > Using Horde 4.0 > > tableset_html.php version 1.5 dated 2007/03/25 > > > > Cheers! > > > > Paul Roy > > proy (at) corom [ dot ] ca > > > >
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