Changeset 1799

Show
Ignore:
Timestamp:
04/08/08 05:05:56 (8 months ago)
Author:
takayama
Message:

Fixed BugId:69678
* Fixed a condition bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-34/php/lib/MTViewer.php

    r1174 r1799  
    254254                $args['name'] = $var; 
    255255        } 
    256         if (count($args) > 1) { # else-if case 
     256        if (count($args) >= 1) { # else-if case 
    257257            require_once("block.mtif.php"); 
    258258            $args['elseif'] = 1;