fixed a syntax error
This commit is contained in:
parent
74dd8d43d9
commit
8b729b41e4
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ while(<FILE>) {
|
||||||
WebGUI::SQL->write("insert into authentication (userId,authMethod,fieldName,fieldData)
|
WebGUI::SQL->write("insert into authentication (userId,authMethod,fieldName,fieldData)
|
||||||
values ($user{userId},'WebGUI','$_',".$dbh->quote($user{$_}).")");
|
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)
|
WebGUI::SQL->write("insert into authentication (userId,authMethod,fieldName,fieldData)
|
||||||
values ($user{userId},'LDAP','$_',".$dbh->quote($user{$_}).")");
|
values ($user{userId},'LDAP','$_',".$dbh->quote($user{$_}).")");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue