Changeset 4355 in subversion
- Timestamp:
- Dec 20, 2010 9:35:37 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r4354 r4355 736 736 for ($n=0, $cnt=count($a_lines); $n < $cnt; $n++) { 737 737 if ($a_lines[$n][0] == '>' && preg_match('/^(>+\s*)+/', $a_lines[$n], $regs)) { 738 $q = strlen( rtrim($regs[0]));738 $q = strlen(preg_replace('/\s/', '', $regs[0])); 739 739 $a_lines[$n] = substr($a_lines[$n], strlen($regs[0])); 740 740
Note: See TracChangeset
for help on using the changeset viewer.
