fixed guid bugs

This commit is contained in:
JT Smith 2004-09-15 19:31:14 +00:00
parent 2b6eb201a9
commit 0779cfe397
3 changed files with 10 additions and 9 deletions

View file

@ -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) {