Changeset 20931
- Timestamp:
- 2011/05/17 17:51:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_PaymentInput.php
r20929 r20931 87 87 $objFormParam->setParam($_REQUEST); 88 88 $objFormParam->convParam(); 89 $ this->arrErr = $this->lfCheckError($objFormParam);90 $ post = $objFormParam->getHashArray();89 $post = $objFormParam->getHashArray(); 90 $this->arrErr = $this->lfCheckError($post, $objFormParam); 91 91 $this->charge_flg = $post["charge_flg"]; 92 92 if(count($this->arrErr) == 0) { … … 247 247 248 248 /* 入力内容のチェック */ 249 function lfCheckError($ objFormParam) {249 function lfCheckError($post, $objFormParam) { 250 250 251 251 // DBのデータを取得
Note: See TracChangeset
for help on using the changeset viewer.