Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r9503 r17435  
    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
    1415 *
    1516 * pop3 class
     
    368369        while ( !ereg("^\.\r\n",$line))
    369370        {
    370             if ( $line{0} == '.' ) { $line = substr($line,1); }
     371            if ( $line[0] == '.' ) { $line = substr($line,1); }
    371372            $MsgArray[$count] = $line;
    372373            $count++;
Note: See TracChangeset for help on using the changeset viewer.