MantisBT: master 50f45ad5

Author Committer Branch Timestamp Parent
dregad dregad master 2012-03-27 01:16 master 758c840d
Affected Issues  0014097: German 'Umlaute' with closing question mark failed
Changeset

Fix utf8 offset when logging SQL in db_query_bound

The fix for 0013280 (5835572fde9df4d0837f0105c6c44c75fe64c07c) only fixed
one part of the problem, i.e. when the UTF8 characters were in the SQL
query itself. This commit fixes the remaining case when the string
parameters contain multibyte chars.

Fixes 0014097

mod - core/database_api.php Diff File