Changeset 11894 for branches/dev/html/mobile/shopping/deliv.php
- Timestamp:
- 2007/03/15 21:55:56 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/shopping/deliv.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/shopping/deliv.php
r11851 r11894 56 56 if($_POST['mode'] != 'login' && !$objCustomer->isLoginSuccess()) { 57 57 // ÉÔÀµ¥¢¥¯¥»¥¹¤È¤ß¤Ê¤¹ 58 sfDispSiteError(CUSTOMER_ERROR );58 sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 59 59 } 60 60 … … 81 81 82 82 if($ret > 0) { 83 sfDispSiteError(TEMP_LOGIN_ERROR );83 sfDispSiteError(TEMP_LOGIN_ERROR, "", false, "", true); 84 84 } else { 85 sfDispSiteError(SITE_LOGIN_ERROR );85 sfDispSiteError(SITE_LOGIN_ERROR, "", false, "", true); 86 86 } 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.
