Changeset 1907
- Timestamp:
- 02/03/2008 09:44:50 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/email.php
r1903 r1907 19 19 * 20 20 * @param string DSN connection string 21 * @return void21 * @return object Swift object 22 22 */ 23 23 public static function connect($config = NULL) … … 69 69 70 70 // Create the SwiftMailer instance 71 self::$mail = new Swift($connection);71 return self::$mail = new Swift($connection); 72 72 } 73 73
