Warning: trim() expects parameter 1 to be string, array given in /home/myhome/public_html/catalog/includes/functions/general.php on line 42
Line 42 is contains the following:
// Parse the data used in the html tags to ensure the tags will not break
function tep_parse_input_field_data($data, $parse) {
return strtr(trim($data), $parse);
I just checked the same routine for v2.3.1 and the code is the same.
Anyone have a fix?
Edited by DriWashSolutions, 12 July 2012 - 01:19 PM.










