Remove duplicate array elements
authorMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 17:39:53 +0000 (19:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 17:39:53 +0000 (19:39 +0200)
files/lib/system/exporter/WBB4xExporter.class.php

index 847f29ca987f60a7de06df1e583ca6f57037e4f0..e7eceaef0e20da04de1467b282d40e0126c4cef8 100644 (file)
@@ -1677,10 +1677,8 @@ class WBB4xExporter extends AbstractExporter {
                                'filesize' => $row['filesize'],
                                'comments' => $row['comments'],
                                'views' => $row['views'],
-                               'comments' => $row['comments'],
                                'cumulativeLikes' => $row['cumulativeLikes'],
                                'uploadTime' => $row['uploadTime'],
-                               'creationTime' => $row['creationTime'],
                                'width' => $row['width'],
                                'creationTime' => $row['creationTime'],
                                'height' => $row['height'],