Ignore:
Timestamp:
2013/02/13 10:27:01 (11 years ago)
Author:
m_uehara
Message:

#2129 r22497 - r22512 間のコミットをマージします。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12_3en-p1/data/class/helper/SC_Helper_Address.php

    r22489 r22528  
    3737     * @return array() 
    3838     */ 
    39     function save($sqlval) { 
     39    function registAddress($sqlval) { 
    4040        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    4141        $customer_id = $sqlval['customer_id']; 
     
    7878     * @return array() 
    7979     */ 
    80     function get($other_deliv_id) { 
     80    function getAddress($other_deliv_id) { 
    8181        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    8282        $address = $objQuery->select('*', 'dtb_other_deliv', 'other_deliv_id = ?', array($other_deliv_id)); 
     
    107107     * @return void 
    108108     */ 
    109     function delete($other_deliv_id) { 
     109    function deleteAddress($other_deliv_id) { 
    110110        $where      = 'other_deliv_id = ?'; 
    111111        $objQuery   =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.