Changeset 10171 for temp/trunk/html
- Timestamp:
- 2006/12/04 19:25:33 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/index.php
r10170 r10171 23 23 $objPage = sfGetPageLayout($objPage, false, "index.php"); 24 24 25 sfprintr("ooooooaaa");26 27 28 29 30 25 $objView = new SC_SiteView(); 31 26 $objView->assignobj($objPage); -
temp/trunk/html/install/index.php
r10164 r10171 597 597 } 598 598 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 599 603 return $objErr->arrErr; 600 604 }
Note: See TracChangeset
for help on using the changeset viewer.
