Quote:
Originally Posted by huski new installation, receiving this error when trying to refer a story (tell a friend)
any suggestions?
Warning: implode() [function.implode]: Invalid arguments passed in /home/santabar/public_html/libs/mailer.php on line 52 |
$send_to = implode(',', $this->to);
if(mail($send_to, $this->subject, $this->body, $headers)){
return true;
} else {
return false;
}
}
}
?>