MantisBT: master 36a34464
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
dregad | dregad | master | 2011-09-08 20:17 | master 94e68102 |
Affected Issues | 0013280: Sort by accented custom field produces incorrect log entries | |||
Changeset | Fix 0013280: Incorrect queries logged when sorting by custom field having accented chars The offsets returned by preg_match are byte-based, which causes issues with This commit fixes the problem by realigning the offsets prior to performing the It also simplifies the code by removing parenthesis in the regexp pattern, |
|||
mod - core/database_api.php | Diff File |