Use `Database::prepareUnmanaged()` instead of `Database::prepareStatement()`.
authorCyperghost <olaf_schmitz_1@t-online.de>
Thu, 24 Oct 2024 09:43:16 +0000 (11:43 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Thu, 24 Oct 2024 09:43:16 +0000 (11:43 +0200)
commit486e97bf40527c7071d0be2544c325360ecadf83
tree5c556f2e5d896bef12883b7436d1e0027da2c9f0
parentfad279f2acb06f05093508544a451d7c9b432d83
Use `Database::prepareUnmanaged()` instead of `Database::prepareStatement()`.
17 files changed:
files/lib/system/exporter/Flarum1xExporter.class.php
files/lib/system/exporter/IPB3xExporter.class.php
files/lib/system/exporter/IPB4xExporter.class.php
files/lib/system/exporter/Kunena3xExporter.class.php
files/lib/system/exporter/MyBB16xExporter.class.php
files/lib/system/exporter/PhpBB31xExporter.class.php
files/lib/system/exporter/PhpBB3xExporter.class.php
files/lib/system/exporter/SMF2xExporter.class.php
files/lib/system/exporter/VB3or4xExporter.class.php
files/lib/system/exporter/VB5xExporter.class.php
files/lib/system/exporter/WBB2xExporter.class.php
files/lib/system/exporter/WBB3xExporter.class.php
files/lib/system/exporter/WBB4xExporter.class.php
files/lib/system/exporter/WordPress3xExporter.class.php
files/lib/system/exporter/XF12xExporter.class.php
files/lib/system/exporter/XF2xExporter.class.php
files/lib/system/exporter/XoborExporter.class.php