Show
Ignore:
Timestamp:
12/03/08 07:58:25 (12 months ago)
Author:
fumiakiy
Message:

Merging the latest of fireball branch to trunk. svn merge -r3095:3215 http://code.sixapart.com/svn/movabletype/branches/fireball . (two conflicts resolved; MT.pm, mt.php and mt-check.cgi merged manually.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/php/lib/MTUtil.php

    r3082 r3219  
    15301530            if ($filter == '__default__') { 
    15311531                $filter = 'convert_breaks'; 
     1532            } elseif ($filter == '__sanitize__') { 
     1533                $filter = 'sanitize'; 
    15321534            } 
    15331535            if ($filter == 'convert_breaks') {