Changeset 16340 for trunk/wp-includes/class-pop3.php
- Timestamp:
- 11/13/2010 09:53:55 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-pop3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-pop3.php
r9503 r16340 368 368 while ( !ereg("^\.\r\n",$line)) 369 369 { 370 if ( $line {0}== '.' ) { $line = substr($line,1); }370 if ( $line[0] == '.' ) { $line = substr($line,1); } 371 371 $MsgArray[$count] = $line; 372 372 $count++;
Note: See TracChangeset
for help on using the changeset viewer.