From f6de7f7e3bebec6b6f0621c92f71e1786150a196 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 28 Feb 2014 15:53:51 +0100 Subject: [PATCH] Fix converstation export (VB) --- files/lib/system/exporter/VB3or4xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1