[Tickets #7120] Missing concatenation in tableset_html.php
bugs at horde.org
bugs at horde.org
Mon Jul 28 15:58:01 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7120
------------------------------------------------------------------------------
Ticket | 7120
Created By | proy at corom.ca
Summary | Missing concatenation in tableset_html.php
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
proy at corom.ca (2008-07-28 11:57) wrote:
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
More information about the bugs
mailing list