mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +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
|
@ -28,6 +28,7 @@ define('SMTP_INCLUDED', 1);
|
|||
//
|
||||
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