mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02: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:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user