Changeset 4480 for trunk/php

Show
Ignore:
Timestamp:
09/30/09 06:56:19 (2 months ago)
Author:
fumiakiy
Message:

Merged Dunlop to trunk. "svn merge -r4391:4465 http://code.sixapart.com/svn/movabletype/branches/dunlop ."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/php/lib/block.mtifarchivetypeenabled.php

    r4156 r4480  
    2222                foreach ($maps as $map) { 
    2323                    if ($map['templatemap_build_type']) 
    24                         $enabled++; 
     24                        $enabled = 1; /* was $enabled++; */ 
    2525                } 
    2626            }