Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b03tz committed Sep 18, 2012
1 parent b2f391a commit 0c67285
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/components/formsave/processors/mgr/form/getdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@

$output = '';
foreach($formArray['data'] as $key => $value) {
<<<<<<< HEAD
if (is_array($value)) {
$value = implode(', ', $value);
}
=======
if (is_array($value)) {
$value = json_encode($value);
}
>>>>>>> bb1a4e8605e0986c1aa986de6089cfcd2c616e07
$output .= $formSave->getChunk('fs.datarow', array(
'key' => $key,
'value' => $value
Expand Down

0 comments on commit 0c67285

Please sign in to comment.