Changeset 11184


Ignore:
Timestamp:
2006/12/24 01:17:34 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/campaign/default/application.php

    r11179 r11184  
    7070             
    7171            if($ret > 0) { 
    72                 sfDispSiteError(TEMP_LOGIN_ERROR, "", "", "", $objCampaignSess); 
     72                sfDispSiteError(TEMP_LOGIN_ERROR); 
    7373            } else { 
    74                 sfDispSiteError(SITE_LOGIN_ERROR, "", "", "", $objCampaignSess); 
     74                sfDispSiteError(SITE_LOGIN_ERROR); 
    7575            } 
    7676        }  
Note: See TracChangeset for help on using the changeset viewer.