Changeset 7959 for temp/trunk/data


Ignore:
Timestamp:
2006/11/09 10:13:59 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php

    r7958 r7959  
    119119            } 
    120120             
    121             $arrPaymentData = lfGetPaymentDB(); 
     121            $arrPaymentData = lfGetPaymentDB("AND memo03 = ?", array($val)); 
    122122            if(count($arrPaymentData) > 0){ 
    123123                $objQuery->update("dtb_payment", $arrData, " module_id = " . MDL_EPSILON_ID); 
     
    187187     
    188188    //¥Ç¡¼¥¿¤ò¼èÆÀ 
    189     $arrRet = lfGetPaymentDB("and memo03=?",array(1)); 
     189    $arrRet = lfGetPaymentDB(); 
    190190     
    191191    // Ãͤò¥»¥Ã¥È 
     
    230230            FROM dtb_payment WHERE module_id = ? " . $where; 
    231231    $arrRet = $objQuery->getall($sql, $arrVal); 
    232      
    233     $objQuery->getlastquery(); 
    234      
     232         
    235233    return $arrRet; 
    236234} 
Note: See TracChangeset for help on using the changeset viewer.