Mon 14th May '07 11:21am
|
 |
vBulletin Team
|
|
|
Invalid use of tableprefix in class ImpExCache
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
should be changed to
PHP Code:
FROM " . $this->prefix . "
|