Sun 29th Jun '08 5:16pm
|
 |
vBG.com Team
|
|
|
phpBB3: Signature is missing
I added this code in impex/systems/phpBB3/004.php to import the signature:
Code:
if($data['user_sig'] != '')
{
$try->add_default_value('signature', $this->html_2_bb($this->phpbb3_html($data['user_sig'])));
}
|