fixed a syntax error

This commit is contained in:
JT Smith 2003-01-02 00:20:40 +00:00
parent 74dd8d43d9
commit 8b729b41e4

View file

@ -104,7 +104,7 @@ while(<FILE>) {
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{$_}).")");
}