Changeset 16854


Ignore:
Timestamp:
2007/11/30 23:19:37 (16 years ago)
Author:
adachi
Message:

switch文修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/upgrade/index.php

    r16841 r16854  
    5454        break; 
    5555    case 'download': 
     56    case 'auto_update': 
    5657        $file  .= 'Download.php'; 
    5758        $class .= 'Download'; 
    58         break; 
    59     case 'auto_update': 
    60         $file  .= 'AutoUpdate.php'; 
    61         $class .= 'AutoUpdate'; 
    6259        break; 
    6360    case 'site_check': 
Note: See TracChangeset for help on using the changeset viewer.