PHP syntax error in colorpicker.php line 83
ezContents is a Web site content management system in the form of a Dr
Brought to you by:
mlyczba
Section: Styles->Set colors, fonts
When I click on the click on the button to choose a
colour, receive a PHP syntax error on line 83 of the file
ezContents201/admin/colorpicker.php
It turns out a quote and contact operator are missing.
Here is the corrected line:
echo ("<td width=12 height=12
title=\"#".Hex($r).Hex($g).Hex($b)."\"
bgcolor=\"#".Hex($r).Hex($g).Hex($b)."\"><a
href=\"javascript:ReturnColour('#".Hex($r).Hex($g).Hex($b)."');\"
onMouseOver=\"ShowMouseOver('#".Hex($r).Hex($g).Hex($b)."');\"
onMouseOut=\"ShowMouseOut();\"><img
src=\"".$GLOBALS["rootdp"].$GLOBALS["icon_home"].
"blank.gif\" height=12 width=12 border=0></a></td>\n");
Attached is a patch file.
Patch file to fix admin/colorpicker.php