Drop ICQ support from SMF2xExporter
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 28 Jul 2023 07:41:42 +0000 (09:41 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 28 Jul 2023 07:41:42 +0000 (09:41 +0200)
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

index 483eb09520a9ce91ee6977d928ecd6479dac5e20..9e6520970cec99d546d453bc55ef7673d453e837 100644 (file)
@@ -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'],
             ];