git-svn-id: http://svn.automattic.com/wordpress/trunk@2066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-01-07 01:29:49 +00:00
parent 988b6bf751
commit 837a9db1a4
1 changed files with 2 additions and 2 deletions

View File

@ -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;