Ignore:
Timestamp:
2007/03/15 21:55:56 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/mobile/mypage
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/mypage/change.php

    r11842 r11894  
    188188                exit; 
    189189            } else { 
    190                 sfDispSiteError(CUSTOMER_ERROR); 
     190                sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    191191            } 
    192192 
  • branches/dev/html/mobile/mypage/change_complete.php

    r11842 r11894  
    3030//¥í¥°¥¤¥óȽÄê 
    3131if (!$objCustomer->isLoginSuccess(true)){ 
    32     sfDispSiteError(CUSTOMER_ERROR); 
     32    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    3333}else { 
    3434    //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
  • branches/dev/html/mobile/mypage/history.php

    r11842 r11894  
    3333// ¥í¥°¥¤¥ó¥Á¥§¥Ã¥¯ 
    3434if(!isset($_SESSION['customer'])) { 
    35     sfDispSiteError(CUSTOMER_ERROR); 
     35    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    3636} 
    3737 
  • branches/dev/html/mobile/mypage/history_detail.php

    r11842 r11894  
    3737//¥í¥°¥¤¥ó¤·¤Æ¤¤¤Ê¤¤¡¢¤Þ¤¿¤ÏDB¤Ë¾ðÊó¤¬Ìµ¤¤¾ì¹ç 
    3838if (!$objCustomer->isLoginSuccess() or $cnt == 0){ 
    39     sfDispSiteError(CUSTOMER_ERROR); 
     39    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    4040} else { 
    4141    //¼õÃí¾ÜºÙ¥Ç¡¼¥¿¤Î¼èÆÀ 
  • branches/dev/html/mobile/mypage/order.php

    r11851 r11894  
    1919//¥í¥°¥¤¥ó¤·¤Æ¤¤¤Ê¤¤¡¢¤Þ¤¿¤ÏDB¤Ë¾ðÊó¤¬Ìµ¤¤¾ì¹ç 
    2020if (!$objCustomer->isLoginSuccess() or count($arrDisp) == 0){ 
    21     sfDispSiteError(CUSTOMER_ERROR); 
     21    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    2222} 
    2323 
  • branches/dev/html/mobile/mypage/refusal.php

    r11842 r11894  
    2626//¥í¥°¥¤¥óȽÄê 
    2727if (!$objCustomer->isLoginSuccess()){ 
    28     sfDispSiteError(CUSTOMER_ERROR); 
     28    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    2929}else { 
    3030    //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
Note: See TracChangeset for help on using the changeset viewer.