6.0.0-beta1
7/30/25

[#7120] Missing concatenation in tableset_html.php
Summary Missing concatenation in tableset_html.php
Queue Horde Framework Packages
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners chuck (at) horde (dot) org
Requester proy (at) corom (dot) ca
Created 07/28/2008 (6211 days ago)
Due
Updated 07/28/2008 (6211 days ago)
Assigned
Resolved 07/28/2008 (6211 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/28/2008 05:20:14 PM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Thanks for the patch!
07/28/2008 03:57:59 PM proy (at) corom (dot) ca Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Missing concatenation in tableset_html.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this 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




Saved Queries