Zen Cart v1.5.4: /includes/functions/functions_general.php (function zen_db_output, line 970):
Is there a reason why this isn't coded as:Code://// function zen_db_output($string) { return htmlspecialchars($string); }
Code://// function zen_db_output($string) { return htmlspecialchars($string, ENT_COMPAT, CHARSET, TRUE); }


Reply With Quote
