Yes you're right

I'll put up the fixed version in just a minute. Just a minor change, no need to upgrade if you've already installed it.
In admin/index.php, find
Code:
<a href="commbull.php?s=<?php echo $session[sessionhash]; ?>"> Send Community Bulletin >/a><br>
and replace it with
Code:
<a href="commbull.php?s=<?php echo $session[sessionhash]; ?>"> Send Community Bulletin </a><br>
Fixed.

Thanks JJR.