diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-25 11:55:08 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-25 11:55:08 +0000 |
| commit | 0d0c4291aab17154b583ccfd5eb73cf7c44b5796 (patch) | |
| tree | fb0b71970951cb45c44a636d7009853312154ff8 | |
| parent | 10c2538289f68a0423801cd259f0c82564a9e970 (diff) | |
| download | webtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.tar.gz webtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.tar.bz2 webtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.zip | |
#881369 - Individual listing
| -rw-r--r-- | library/WT/Query/Name.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Query/Name.php b/library/WT/Query/Name.php index 1cf31feee1..1c8cd69754 100644 --- a/library/WT/Query/Name.php +++ b/library/WT/Query/Name.php @@ -204,7 +204,7 @@ class WT_Query_Name { break; } // Easy cases: the MySQL collation rules take care of it - return "$field LIKE '@".$letter."%' ESCAPE '@' COLLATE ".WT_I18N::$collation; + return "$field LIKE '@".$letter."%' COLLATE ".WT_I18N::$collation." ESCAPE '@'"; } // Get a list of initial surname letters for indilist.php and famlist.php |
