5
sorry checked taht - turned on debug and got
Warning: Unterminated comment starting line 402 in /home/salorev/public_html/kernel/member.php on line 402
Parse error: parse error, unexpected $, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/salorev/public_html/kernel/member.php on line 402
checking 402 it says...
function updateByField(&$comment, $field_name, $field_value)
{
$comment->unsetNew();
$comment->setVar($field_name, $field_value);
return $this->insert($comment);
}
/**
* Delete all comments for one whole module
*
* @param int $module_id ID of the module
* @return bool
**/
which looks ok to my novice eye