Changeset 10171 for temp/trunk/html


Ignore:
Timestamp:
2006/12/04 19:25:33 (20 years ago)
Author:
kaki
Message:
 
Location:
temp/trunk/html
Files:
2 edited

Legend:

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

    r10170 r10171  
    2323$objPage = sfGetPageLayout($objPage, false, "index.php"); 
    2424 
    25 sfprintr("ooooooaaa"); 
    26  
    27  
    28  
    29  
    3025$objView = new SC_SiteView(); 
    3126$objView->assignobj($objPage); 
  • temp/trunk/html/install/index.php

    r10164 r10171  
    597597    } 
    598598     
     599    // ¥í¥°¥¤¥óID¥Á¥§¥Ã¥¯ 
     600    $objErr->doFunc(array("¥í¥°¥¤¥óID",'login_id'), array("EXIST_CHECK", "ALNUM_CHECK")); 
     601    $objErr->doFunc(array("¥í¥°¥¤¥óID",'login_id',ID_MIN_LEN , ID_MAX_LEN) ,array("NUM_RANGE_CHECK")); 
     602     
    599603    return $objErr->arrErr; 
    600604} 
Note: See TracChangeset for help on using the changeset viewer.