Skip to content

Commit

Permalink
Mail funktion set
Browse files Browse the repository at this point in the history
  • Loading branch information
rockymontana committed Nov 9, 2011
1 parent 14a3953 commit 1a5c73f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions classes/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Class Mail {

protected $to = "";
protected $from = Array();
protected $subject = "";
protected $message = "";
protected $attachment = "";
protected $attname = "";
private $to = "";
private $from = Array();
private $subject = "";
private $message = "";
private $attachment = "";
private $attname = "";

public function __construct()
{
Expand Down

0 comments on commit 1a5c73f

Please sign in to comment.