Changeset 20236


Ignore:
Timestamp:
2011/02/20 06:17:54 (13 years ago)
Author:
AMUAMU
Message:

r20235 で少しデグレったので再コミット

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Customer.php

    r20235 r20236  
    371371 
    372372    function sfCustomerOtherDelivErrorCheck(&$objFormParam) { 
    373         $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck(&$objFormParam); 
     373        $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck($objFormParam); 
    374374        return $objErr->arrErr; 
    375375    } 
     
    383383     */ 
    384384    function sfCustomerEntryErrorCheck(&$objFormParam) { 
    385         $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck(&$objFormParam); 
    386         $objErr = SC_Helper_Customer_Ex::sfCustomerRegisterErrorCheck(&$objErr); 
     385        $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck($objFormParam); 
     386        $objErr = SC_Helper_Customer_Ex::sfCustomerRegisterErrorCheck($objErr); 
    387387 
    388388        return $objErr->arrErr; 
     
    403403 
    404404        $objErr = SC_Helper_Customer_Ex::sfCustomerCommonErrorCheck($objFormParam); 
    405         $objErr = SC_Helper_Customer_Ex::sfCustomerRegisterErrorCheck(&$objErr, $isAdmin); 
     405        $objErr = SC_Helper_Customer_Ex::sfCustomerRegisterErrorCheck($objErr, $isAdmin); 
    406406 
    407407        if ((isset($objErr->arrErr['password']) 
Note: See TracChangeset for help on using the changeset viewer.