Changeset 216 for trunk/trax/vendor/trax
- Timestamp:
- 06/01/06 21:04:53 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_mailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_mailer.php
r201 r216 132 132 } 133 133 134 if( !is_null($this->from)) {134 if(is_null($this->from) || $this->from == '') { 135 135 $this->from = $this->default_from; 136 136 }
