6.0.0-beta13
4/11/26
  • Error
    Ticket 9310 was not found.

[#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 7/28/08 (6466 days ago)
Due
Updated 7/28/08 (6466 days ago)
Assigned
Resolved 7/28/08 (6466 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
28.07.2008 17:20:14 Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Reply to this comment
Thanks for the patch!
28.07.2008 15:57:59 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