diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-18 10:20:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-12-18 10:20:02 +0000 |
| commit | 282d7d2d97fa311646d9b3e9080ac6d0b783405c (patch) | |
| tree | f562c73221802c4999bc19b8f4481f90f3457268 /roundcubemail/program/lib/Net/SMTP.php | |
| parent | b4ca221b5ab95289ef6ea3d87498b620991062b4 (diff) | |
- oops, remove console call
git-svn-id: https://svn.roundcube.net/trunk@2171 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Net/SMTP.php')
| -rw-r--r-- | roundcubemail/program/lib/Net/SMTP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Net/SMTP.php b/roundcubemail/program/lib/Net/SMTP.php index b9ad4b2e8..a116b3bae 100644 --- a/roundcubemail/program/lib/Net/SMTP.php +++ b/roundcubemail/program/lib/Net/SMTP.php @@ -375,7 +375,7 @@ class Net_SMTP return true; } -console($this->_arguments); + foreach ($this->_arguments as $argument) { $verb = strtok($argument, ' '); $arguments = substr($argument, strlen($verb) + 1, |
