Changeset f12d218 in github
- Timestamp:
- Sep 14, 2010 6:32:36 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f8e8af7
- Parents:
- 33dfdd8
- File:
-
- 1 edited
-
program/include/rcube_message.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_message.php
r99b8c1e rf12d218 613 613 $line = substr($line, strlen($regs[0])); 614 614 615 if ($q == $q_level && isset($text[$last]) 615 if ($q == $q_level && $line 616 && isset($text[$last]) 616 617 && $text[$last][strlen($text[$last])-1] == ' ' 617 618 ) { … … 632 633 $line = preg_replace('/^\s/', '', $line); 633 634 634 if (isset($text[$last]) 635 if (isset($text[$last]) && $line 635 636 && $text[$last] != '-- ' 636 637 && $text[$last][strlen($text[$last])-1] == ' '
Note: See TracChangeset
for help on using the changeset viewer.
