summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-10-25 11:55:08 +0000
committerfisharebest <fisharebest@gmail.com>2011-10-25 11:55:08 +0000
commit0d0c4291aab17154b583ccfd5eb73cf7c44b5796 (patch)
treefb0b71970951cb45c44a636d7009853312154ff8
parent10c2538289f68a0423801cd259f0c82564a9e970 (diff)
downloadwebtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.tar.gz
webtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.tar.bz2
webtrees-0d0c4291aab17154b583ccfd5eb73cf7c44b5796.zip
#881369 - Individual listing
-rw-r--r--library/WT/Query/Name.php2
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