- Timestamp:
- 2007/10/14 02:06:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php
r16392 r16401 36 36 function init() { 37 37 parent::init(); 38 $this->tpl_css = URL_DIR.'css/layout/regist/index.css';39 38 } 40 39 … … 118 117 //-- 本登録完了のためにメールから接続した場合 119 118 if ($_GET["mode"] == "regist") { 120 119 121 120 //-- 入力チェック 122 121 $this->arrErr = $this->lfErrorCheck($_GET);
Note: See TracChangeset
for help on using the changeset viewer.