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 e9605fe748765612050c64c11fa824b076a04015 Author: Sebb <[email protected]> AuthorDate: Mon Jul 30 23:21:04 2018 +0100 Jon B Goode (not Jack O Connor) --- 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 497b1bc..fa09fa2 100755 --- a/www/secretary/ldap-names.cgi +++ b/www/secretary/ldap-names.cgi @@ -143,7 +143,7 @@ _html do 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 + elsif names[1] =~ /^[A-Z]\.$/ or names[1] =~ /^[A-NP-Z]$/ # James A. Taylor or Jon B Goode (not Jack O Connor) new_given = names.shift new_sn = names.pop end
