diff options
author | Tomas V.V.Cox <cox@php.net> | 2001-08-09 07:56:33 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2001-08-09 07:56:33 +0000 |
commit | d87bae9f1b3b9505a12f980bbb05dd097961130e (patch) | |
tree | 9738684eeb41f4bc567ef7ce0ba58ecaafd167ef | |
parent | 02545f05034da2bb6d97c7f5780cc3ad7162a458 (diff) | |
download | php-git-d87bae9f1b3b9505a12f980bbb05dd097961130e.tar.gz |
*** empty log message ***
-rw-r--r-- | pear/Mail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/Mail.php b/pear/Mail.php index 291dc45a01..38f955373b 100644 --- a/pear/Mail.php +++ b/pear/Mail.php @@ -37,7 +37,7 @@ class Mail extends PEAR { * * @param string $driver The kind of Mail:: object to instantiate. * @param array $params The parameters to pass to the Mail:: object. - @ @return object Mail a instance of the driver class or if fails a PEAR Error + * @return object Mail a instance of the driver class or if fails a PEAR Error * @access public */ function factory($driver, $params = array()) |