Marco van Herwaarden
Mon 14th May '07, 11:21am
ImpEx version: 1.81
Importer: SMF (but will most likely cause problems in other importers as well)
Module: 007.php
Condition: vBulletin configured to use table prefix
In file impex/ImpExDatabase_360.php
class ImpExCache
function function get_id()
All instances of
FROM {$prefix}
should be changed to
FROM " . $this->prefix . "