mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Minor tweak
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5230 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
202a96cb90
commit
42041b2c14
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ define('SMTP_INCLUDED', 1);
|
|||
// using SMTP Extensions
|
||||
//
|
||||
function server_parse($socket, $response, $line = __LINE__)
|
||||
{
|
||||
{
|
||||
$server_response = '';
|
||||
while (substr($server_response, 3, 1) != ' ')
|
||||
{
|
||||
if (!($server_response = fgets($socket, 256)))
|
||||
|
|
Loading…
Add table
Reference in a new issue