From 1a37145f4840364550e30adb4266646cf952ef2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 28 Jul 2023 09:41:42 +0200 Subject: [PATCH] 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. --- files/lib/system/exporter/SMF2xExporter.class.php | 1 - 1 file changed, 1 deletion(-) 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'], ]; -- 2.20.1