From: Tim Düsterhus Date: Fri, 28 Feb 2014 14:53:51 +0000 (+0100) Subject: Fix converstation export (VB) X-Git-Tag: 2.0.3~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f6de7f7e3bebec6b6f0621c92f71e1786150a196;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Fix converstation export (VB) --- diff --git a/files/lib/system/exporter/VB3or4xExporter.class.php b/files/lib/system/exporter/VB3or4xExporter.class.php index 9581a8c..a22fe75 100644 --- a/files/lib/system/exporter/VB3or4xExporter.class.php +++ b/files/lib/system/exporter/VB3or4xExporter.class.php @@ -602,7 +602,7 @@ class VB3or4xExporter extends AbstractExporter { public function exportConversations($offset, $limit) { $sql = "SELECT pm.*, text.* FROM ".$this->databasePrefix."pm pm - LEFT JOIN ".$this->databasePrefix."pmtext text + INNER JOIN ".$this->databasePrefix."pmtext text ON pm.pmtextid = text.pmtextid WHERE pm.parentpmid = ? OR pm.pmid = pm.parentpmid