The bbmodule didnt seem to be sending the thread
monitoring email as it was configured, it kept sending
the default message. The following seemed to fix it
because $loc wasnt assigned in all the if blocks.
in bbmodule/actions/save_post.php
moved line 45: $loc = unserialize($bb->location_data);
to line 64 putting it before the $bbloc assignment
removed $ploc lines 38 & 46 because this variable wasnt
ever used
Fixed version attached.
Fixed save_post.php