Changeset 11889 for branches/dev/html


Ignore:
Timestamp:
2007/03/15 20:46:41 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11842 r11889  
    7070            $where = "email = ? AND status = 1 AND del_flg = 0"; 
    7171            $ret = $objQuery->count("dtb_customer", $where, array($arrForm['login_email'])); 
    72              
     72 
    7373            if($ret > 0) { 
    74                 sfDispSiteError(TEMP_LOGIN_ERROR); 
     74                sfDispSiteError(TEMP_LOGIN_ERROR, "", false, "", true); 
    7575            } else { 
    76                 sfDispSiteError(SITE_LOGIN_ERROR); 
     76                sfDispSiteError(SITE_LOGIN_ERROR, "", false, "", true); 
    7777            } 
    7878        } 
Note: See TracChangeset for help on using the changeset viewer.