Changeset 11179
- Timestamp:
- 2006/12/24 01:06:53 (20 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (2 diffs)
-
html/campaign/default/application.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/data/lib/slib.php
r10856 r11179 264 264 265 265 /* ¥µ¥¤¥È¥¨¥é¡¼¥Ú¡¼¥¸¤Îɽ¼¨ */ 266 function sfDispSiteError($type, $objSiteSess = "", $return_top = false, $err_msg = "" ) {266 function sfDispSiteError($type, $objSiteSess = "", $return_top = false, $err_msg = "", $objCampaignSess = "") { 267 267 268 268 if ($objSiteSess != "") { … … 356 356 357 357 $objView->assignobj($objPage); 358 $objView->display(SITE_FRAME); 358 if($objCampaignSess != "") { 359 // ¥Õ¥ì¡¼¥à¤òÁªÂò(¥¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤éÁ«°Ü¤Ê¤éÊѹ¹) 360 $objCampaignSess->pageView($objView); 361 } else { 362 $objView->display(SITE_FRAME); 363 } 359 364 exit; 360 365 } -
temp/branches/ec-cube-beta/html/campaign/default/application.php
r11177 r11179 70 70 71 71 if($ret > 0) { 72 sfDispSiteError(TEMP_LOGIN_ERROR );72 sfDispSiteError(TEMP_LOGIN_ERROR, "", "", "", $objCampaignSess); 73 73 } else { 74 sfDispSiteError(SITE_LOGIN_ERROR );74 sfDispSiteError(SITE_LOGIN_ERROR, "", "", "", $objCampaignSess); 75 75 } 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.
