Ignore:
Timestamp:
2006/09/22 13:48:00 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5428 r5433  
    6161case 'step1': 
    6262    //ÆþÎÏÃͤΥ¨¥é¡¼¥Á¥§¥Ã¥¯ 
    63     $objPage->arrErr = lfCheckWEBError($objWebParam, $skip); 
    64     if(count($objPage->arrErr) == 0) { 
    65  
    66          
     63    $objPage->arrErr = lfCheckWEBError($objWebParam); 
     64     
     65    if(count($objPage->arrErr) == 0) { 
    6766        // ŹÊÞ¤òÊѹ¹¤·¤Ê¤¤¾ì¹ç¤Ë¤Ï´°Î»²èÌ̤ØÁ«°Ü 
    6867        if ($skip == "on") { 
     
    7271            break; 
    7372        } 
    74                  
    75                  
    7673        $objPage = lfDispStep2($objPage); 
    7774    } else { 
Note: See TracChangeset for help on using the changeset viewer.