mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
spaces
This commit is contained in:
parent
9551824584
commit
02545f0503
@ -42,7 +42,7 @@ class Mail extends PEAR {
|
||||
*/
|
||||
function factory($driver, $params = array())
|
||||
{
|
||||
$driver = strtolower($driver);
|
||||
$driver = strtolower($driver);
|
||||
if (@include_once 'Mail/' . $driver . '.php') {
|
||||
$class = 'Mail_' . $driver;
|
||||
return new $class($params);
|
||||
@ -52,7 +52,7 @@ class Mail extends PEAR {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Implements Mail::send() function using php's built-in mail()
|
||||
* command.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user