Hi, I am trying to install the USPS Methods 4_3_0 and I am getting a syntax error in an unrelated area. The error I am getting is:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in modules.php on line 173
The actual line of code from catalog/admin/modules.php is:
echo ' <tr id="defaultSelected" class="dataTableRowSelected" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='' . tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $class . '&action=edit') . ''">' . "n";
Can anyone spot the error in this line of code?