diff --git a/templates/post.php b/templates/post.php index d3378955693c86f889d4ab3c0058c6205bc167b7..7b5c4b60da12cf9cfe71a903b78cdafe3c7f1991 100644 --- a/templates/post.php +++ b/templates/post.php @@ -48,7 +48,7 @@ function printItem($name, $value) { /* This is an array... */ foreach ($value as $index => $item) { - printItem($name . '[' . var_export($index, TRUE) . ']', $item); + printItem($name . '[' . $index . ']', $item); } }