PEOPLE - please note: in the product.xml file, line 51 reads:
equire_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);]]></uninstallcode>
When it should read:
require_once(DIR . '/includes/class_bitfield_builder.php');
vB_Bitfield_Builder::save($db);]]></uninstallcode>
ALSO, can you only post a comment ONCE for an event? seems a bit silly.
|