Changeset 17688


Ignore:
Timestamp:
2008/11/06 15:55:20 (15 years ago)
Author:
takegami
Message:

#391 解決

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-1/html/input_zip.php

    r16816 r17688  
    2929if(count($arrErr) > 0) { 
    3030    $objPage->tpl_start = "window.close();"; 
     31    sfDispSiteError(CUSTOMER_ERROR); 
    3132} 
    3233 
     
    7677    $objErr->doFunc( array("͹ÊØÈÖ¹æ1",'zip1',ZIP01_LEN ) ,array( "NUM_CHECK", "NUM_COUNT_CHECK" ) ); 
    7778    $objErr->doFunc( array("͹ÊØÈÖ¹æ2",'zip2',ZIP02_LEN ) ,array( "NUM_CHECK", "NUM_COUNT_CHECK" ) ); 
    78  
    79     return $objErr->arrErr; 
     79    return $objErr->arrErr; 
    8080} 
    8181 
Note: See TracChangeset for help on using the changeset viewer.