bugfix 828057
This commit is contained in:
parent
08b23b99c4
commit
25d96ca8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ sub www_process {
|
|||
where DataForm_entryId=$entryId and DataForm_fieldId=".quote($row{DataForm_fieldId}));
|
||||
$updating = 1;
|
||||
} else {
|
||||
WebGUI::SQL->write("insert into DataForm_entryData (DataForm_entryId,wobjectId,name,value) values
|
||||
WebGUI::SQL->write("insert into DataForm_entryData (DataForm_entryId,DataForm_fieldId,wobjectId,value) values
|
||||
($entryId, $row{DataForm_fieldId}, ".$_[0]->get("wobjectId").", ".quote($value).")");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue