diff --git a/sbin/userImport.pl b/sbin/userImport.pl index 709bfa7f6..e78c2cc83 100644 --- a/sbin/userImport.pl +++ b/sbin/userImport.pl @@ -104,7 +104,7 @@ while() { WebGUI::SQL->write("insert into authentication (userId,authMethod,fieldName,fieldData) values ($user{userId},'WebGUI','$_',".$dbh->quote($user{$_}).")"); } - if (isIn($_, qw(ldapURL connectDN)) { + if (isIn($_, qw(ldapURL connectDN))) { WebGUI::SQL->write("insert into authentication (userId,authMethod,fieldName,fieldData) values ($user{userId},'LDAP','$_',".$dbh->quote($user{$_}).")"); }