From: Tim Düsterhus Date: Fri, 28 Jul 2023 07:41:42 +0000 (+0200) Subject: Drop ICQ support from SMF2xExporter X-Git-Tag: 6.0.0_Beta_1~3^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1a37145f4840364550e30adb4266646cf952ef2c;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.exporter.git Drop ICQ support from SMF2xExporter The field no longer exists in a default installation of WoltLab Suite and is neither an existing column in SMF 2.1.x. --- diff --git a/files/lib/system/exporter/SMF2xExporter.class.php b/files/lib/system/exporter/SMF2xExporter.class.php index 483eb09..9e65209 100644 --- a/files/lib/system/exporter/SMF2xExporter.class.php +++ b/files/lib/system/exporter/SMF2xExporter.class.php @@ -377,7 +377,6 @@ class SMF2xExporter extends AbstractExporter $options = [ 'location' => $row['location'], 'birthday' => $row['birthdate'], - 'icq' => $row['icq'], 'homepage' => $row['website_url'], 'aboutMe' => $row['personal_text'], ];