Changeset 7959 for temp/trunk/data
- Timestamp:
- 2006/11/09 10:13:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
r7958 r7959 119 119 } 120 120 121 $arrPaymentData = lfGetPaymentDB( );121 $arrPaymentData = lfGetPaymentDB("AND memo03 = ?", array($val)); 122 122 if(count($arrPaymentData) > 0){ 123 123 $objQuery->update("dtb_payment", $arrData, " module_id = " . MDL_EPSILON_ID); … … 187 187 188 188 //¥Ç¡¼¥¿¤ò¼èÆÀ 189 $arrRet = lfGetPaymentDB( "and memo03=?",array(1));189 $arrRet = lfGetPaymentDB(); 190 190 191 191 // Ãͤò¥»¥Ã¥È … … 230 230 FROM dtb_payment WHERE module_id = ? " . $where; 231 231 $arrRet = $objQuery->getall($sql, $arrVal); 232 233 $objQuery->getlastquery(); 234 232 235 233 return $arrRet; 236 234 }
Note: See TracChangeset
for help on using the changeset viewer.
