Changeset 2066

Show
Ignore:
Timestamp:
01/07/05 01:29:49 (4 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/view.php?id=252

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/class-pop3.php

    r601 r2066  
    656656        for($count =0; $count < $length; $count++) 
    657657        { 
    658             $digit = substr($server_text,$count,1); 
    659             if(!empty($digit))           
     658            $digit = substr($server_text, $count, 1); 
     659            if ( false !== $digit )
    660660                if( (!$outside) && ($digit != '<') && ($digit != '>') ) 
    661661                {