Changeset 1175


Ignore:
Timestamp:
2007/01/21 17:10:51 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/data/class/SC_View.php

    r1142 r1175  
    150150         
    151151        // PHP5¤Ç¤Ïsession¤ò¥¹¥¿¡¼¥È¤¹¤ëÁ°¤Ë¥Ø¥Ã¥À¡¼¾ðÊó¤òÁ÷¿®¤·¤Æ¤¤¤ë¤È·Ù¹ð¤¬½Ð¤ë¤¿¤á¡¢Àè¤Ë¥»¥Ã¥·¥ç¥ó¤ò¥¹¥¿¡¼¥È¤¹¤ë¤è¤¦¤ËÊѹ¹ 
    152         sfDomainSessionStart(); 
    153          
    154         if($cart){ 
    155             $include_dir = realpath(dirname( __FILE__)); 
    156             require_once($include_dir . "/SC_CartSession.php"); 
    157             $objCartSess = new SC_CartSession(); 
    158             $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    159         } 
     152        //sfDomainSessionStart(); 
    160153    } 
    161154} 
Note: See TracChangeset for help on using the changeset viewer.