From: Marcel Werk Date: Sun, 5 Jan 2014 22:33:40 +0000 (+0100) Subject: Disabled export of exif data X-Git-Tag: 2.0.2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ccbb37af7c6b6791caf8cfdb9420ab86c97a5c13;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Disabled export of exif data --- diff --git a/files/lib/system/exporter/WBB3xExporter.class.php b/files/lib/system/exporter/WBB3xExporter.class.php index 869240f..fe43b48 100644 --- a/files/lib/system/exporter/WBB3xExporter.class.php +++ b/files/lib/system/exporter/WBB3xExporter.class.php @@ -1996,7 +1996,6 @@ class WBB3xExporter extends AbstractExporter { 'longitude' => $row['longitude'], 'ipAddress' => UserUtil::convertIPv4To6($row['ipAddress']), 'showOrder' => $row['showOrder'], - 'exifData' => $row['exifData'], 'coordinateX' => $row['coordinateX'], 'coordinateY' => $row['coordinateY'], 'coordinateZ' => $row['coordinateZ']