This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit a2fdd26f219a29cc5505f710d1287a8d1eca9979
Author: Sebb <[email protected]>
AuthorDate: Mon Jul 30 23:14:45 2018 +0100

    John le Carre
---
 www/secretary/ldap-names.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/ldap-names.cgi b/www/secretary/ldap-names.cgi
index 2824f38..497b1bc 100755
--- a/www/secretary/ldap-names.cgi
+++ b/www/secretary/ldap-names.cgi
@@ -140,7 +140,7 @@ _html do
           new_sn = names.join(' ')
         end
       elsif names.size == 3
-        if names[1] == 'van' or names[1] == 'de'
+        if names[1] == 'van' or names[1] == 'de' or names[1] == 'le'
           new_given = names.shift
           new_sn = names.join(' ')
         elsif names[1] =~ /^[A-Z]\.$/ # James A. Taylor

Reply via email to