Hi,
I just noticed that user's can not view their mail. Server logs show this:
PHP Fatal error: Call to a member function isAllowedWarn() on a non-object in /var/www/example.com/templates/base/scripts/BxBaseFunctions.php(131) : eval()'d code on line 1, referer: http://www.example.com/mail.php?mode=trash
Line 131 on BxBaseFunctions is:
$sTransformText = str_replace( '{' . $sMarkerValue . '}', eval( $sExecuteCode ), $sTransformText);