git-svn-id: http://svn.automattic.com/wordpress/trunk@2066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
988b6bf751
commit
837a9db1a4
|
@ -655,8 +655,8 @@ class POP3 {
|
|||
$length = strlen($server_text);
|
||||
for($count =0; $count < $length; $count++)
|
||||
{
|
||||
$digit = substr($server_text,$count,1);
|
||||
if(!empty($digit)) {
|
||||
$digit = substr($server_text, $count, 1);
|
||||
if ( false !== $digit ) {
|
||||
if( (!$outside) && ($digit != '<') && ($digit != '>') )
|
||||
{
|
||||
$banner .= $digit;
|
||||
|
|
Loading…
Reference in New Issue