Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r17435 r9503  
    1212 *
    1313 * Licensed under the GNU GPL. For full terms see the file COPYING.
    14  * @license http://opensource.org/licenses/gpl-license.php GNU General Public License
    1514 *
    1615 * pop3 class
     
    369368        while ( !ereg("^\.\r\n",$line))
    370369        {
    371             if ( $line[0] == '.' ) { $line = substr($line,1); }
     370            if ( $line{0} == '.' ) { $line = substr($line,1); }
    372371            $MsgArray[$count] = $line;
    373372            $count++;
Note: See TracChangeset for help on using the changeset viewer.