
Dave Smith - 2015-09-23 21:20:34 -
In reply to message 3 from Omar
Change line 247 in mysql2i.func.php file from
return mysql2i::mysqli_real_escape_string($escapestr,$link);
to
return mysql2i::mysql_real_escape_string($escapestr,$link);
I am not sure how that typo got through my local testing, but somehow it did. Thanks for the catch.
Dave