MantisBT: master 0caa7aaa

Author Committer Branch Timestamp Parent
dhx dhx master 2010-08-12 10:10 master cd2fce99
Affected Issues  0011364: on installl.php 1.2.0rc2 SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array given
Changeset

Fix 0011364: htmlentities invalid parameter type on pretend install

When pretending to install/upgrade MantisBT by writing SQL queries to
output rather than executing them, the following error would be
encountered:

SYSTEM WARNING: htmlentities() expects parameter 1 to be string, array
given

Now we don't attempt to log upgrade function calls in amongst the dumped
query strings.

Thanks to Otto Giesenfeld for this patch (modified).

mod - admin/install.php Diff File