Changeset 11096 for temp/branches


Ignore:
Timestamp:
2006/12/22 11:58:10 (18 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/data/class/SC_CampaignSession.php

    r11095 r11096  
    2121    /* ¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤«¤é¤ÎÁ«°Ü¾ðÊó¤òÊÝ»ý */ 
    2222    function setIsCampaign() { 
    23         $_SESSION[$this->key][$this->is_campaign] = "kontiwa"; 
     23        $_SESSION[$this->key][$this->is_campaign] = true; 
    2424    } 
    2525 
     
    4646    /* ¥­¥ã¥ó¥Ú¡¼¥ó¥Ú¡¼¥¸¤Ê¤é¥Õ¥ì¡¼¥à¤òÊѹ¹ */ 
    4747    function pageView($objView, $site_frame = SITE_FRAME) { 
    48         sfprintr($this->getIsCampaign()); 
    49         sfprintr($this->getCampaignDir()); 
     48sfprintr($this->getIsCampaign()); 
     49sfprintr($this->getCampaignDir()); 
    5050        if($this->getIsCampaign()) { 
    5151            $objView->display(CAMPAIGN_TEMPLATE_PATH . $this->getCampaignDir()  . "/active"); 
Note: See TracChangeset for help on using the changeset viewer.