Fixed vB4 Import: Support for email_on_conversation

Steffen

Well-known member
Untested patch (had to fix this after the fact with an SQL query).

PHP:
if (!($this->bitwise($optionBits, 12))) // emailonpm
{
    $import->email_on_conversation = false;
}
 
Top Bottom