Changeset 719 in subversion


Ignore:
Timestamp:
Aug 28, 2007 4:52:32 PM (6 years ago)
Author:
till
Message:

+ extended the comment - 'why flowed sucks'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-vnext/program/steps/mail/func.inc

    r715 r719  
    10211021    else { 
    10221022        /** 
    1023          * 'flowed' hints at 72 characters, and it's 
    1024          * flawed anyway 
     1023         * @author Till Klampaeckel <till@php.net> 
     1024         * @desc   'flowed' hints at 72 characters, and it's flawed anyway. 
     1025         * @link   http://www.holgermetzger.de/mailundnews.html#33 
    10251026         */ 
    10261027        $body = wordwrap(trim($body), 72); 
Note: See TracChangeset for help on using the changeset viewer.