From 0d0c4291aab17154b583ccfd5eb73cf7c44b5796 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Tue, 25 Oct 2011 11:55:08 +0000 Subject: #881369 - Individual listing --- library/WT/Query/Name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3