Show
Ignore:
Timestamp:
09/26/09 09:40:51 (3 years ago)
Author:
john
Message:

AR changed the count on paginated queries, added session_cookie_domain to the Trax class

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_mailer.php

    r326 r327  
    219219        $this->template_path = "{$this->template_root}/".Inflector::underscore(get_class($this)); 
    220220        $this->template = $this->template ? $this->template : $method_name;         
    221         $this->headers = $this->headers ? $this->headers : array(); 
    222         $this->body = $this->body ? $this->body : array(); 
     221        #$this->headers = $this->headers ? $this->headers : array(); 
     222        $this->headers = array(); 
     223        #$this->body = $this->body ? $this->body : array();     
     224        $this->body = null; 
    223225        $this->default_from = "nobody@".($_SERVER['HTTP_HOST'] ? $_SERVER['HTTP_HOST'] : 'domain.com'); 
    224226        $this->head_charset = $this->head_charset ? $this->head_charset : $this->default_charset;