git-svn-id: https://develop.svn.wordpress.org/trunk@2066 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-01-07 01:29:49 +00:00
parent f117835950
commit 6424a1893f

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;