fixed guid bugs
This commit is contained in:
parent
2b6eb201a9
commit
0779cfe397
3 changed files with 10 additions and 9 deletions
|
|
@ -112,7 +112,7 @@ sub summarizeAOI {
|
|||
d.value
|
||||
from metaData_values d , metaData_properties f
|
||||
where f.fieldId = d.fieldId
|
||||
and d.wobjectId = ".$data->{wobjectId};
|
||||
and d.wobjectId = ".quote($data->{wobjectId});
|
||||
|
||||
my $sth = WebGUI::SQL->read($sql);
|
||||
while (my $field = $sth->hashRef) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue