Page 2 of 2

Posted: Thu Sep 07, 2006 7:35 am
by anthony88guy

Code: Select all

public funtion send()
    {
        $this->mailer->send();
    }
to

Code: Select all

public function send()
    {
        $this->mailer->send();
    }