diff --git a/core/model/DataObjectSet.php b/core/model/DataObjectSet.php index 56aee1eea..c5e294d43 100644 --- a/core/model/DataObjectSet.php +++ b/core/model/DataObjectSet.php @@ -1,10 +1,4 @@ consolidate($fieldList); - - $result = "
array (
";
- foreach($data as $record) {
- $result .= " array( ";
- foreach($record as $field) $result .= " '" . htmlentities(addslashes($field)) . "',";
- $result .= "),
";
- }
- $result .= ")