Changeset a63e10e in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Apr 14, 2008 6:11:50 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
9950110
Parents:
a901aa5
Message:
  • removed strrstr() definition as it was needed only for php4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    r47124c22 ra63e10e  
    500500 
    501501    // try to remove the signature 
    502     if ($sp = strrstr($body, '-- ')) 
     502    if ($sp = strrpos($body, '-- ')) 
    503503      { 
    504504      if ($body{$sp+3}==' ' || $body{$sp+3}=="\n" || $body{$sp+3}=="\r") 
Note: See TracChangeset for help on using the changeset viewer.