Changeset 20354
- Timestamp:
- 2011/02/23 20:06:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/system/LC_Page_Admin_System_Editdb.php
r20350 r20354 68 68 function action() { 69 69 70 // 認証可否の判定71 SC_Utils_Ex::sfIsSuccess(new SC_Session());72 73 70 $objFormParam = new SC_FormParam(); 74 71 75 72 // パラメータの初期化 76 73 $this->initForm($objFormParam, $_POST); 77 78 74 79 75 switch($this->getMode()) {
Note: See TracChangeset
for help on using the changeset viewer.