View Single Post
  #2 (permalink)  
Old 08-25-2008, 11:07 AM
huski huski is offline
New Pligger
 
Join Date: Aug 2008
Posts: 16
Quote:
Originally Posted by huski View Post
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;
}

}
}

?>
Reply With Quote