MantisBT: master-1.2.x 5835572f
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
dregad | dregad | master-1.2.x | 2011-09-08 20:17 | master-1.2.x e679a1c0 |
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 |