Qual: Normalize code

This commit is contained in:
Laurent Destailleur
2010-07-21 17:39:17 +00:00
parent 13fadd0e3c
commit 760a4d02b9
9 changed files with 30 additions and 26 deletions

View File

@@ -775,10 +775,14 @@ class CMailFile
return $_retVal;
}
// This function has been modified as provided
// by SirSir to allow multiline responses when
// using SMTP Extensions.
//
/**
* This function has been modified as provided
* by SirSir to allow multiline responses when
* using SMTP Extensions.
* @param socket
* @param response
* @return boolean
*/
function server_parse($socket, $response)
{
/**