Changes in trunk/wp-includes/class-pop3.php [9503:17435]
- File:
-
- 1 edited
-
trunk/wp-includes/class-pop3.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-pop3.php
r9503 r17435 12 12 * 13 13 * 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 14 15 * 15 16 * pop3 class … … 368 369 while ( !ereg("^\.\r\n",$line)) 369 370 { 370 if ( $line {0}== '.' ) { $line = substr($line,1); }371 if ( $line[0] == '.' ) { $line = substr($line,1); } 371 372 $MsgArray[$count] = $line; 372 373 $count++;
Note: See TracChangeset
for help on using the changeset viewer.