Changeset 190


Ignore:
Timestamp:
2007/02/06 21:34:41 (17 years ago)
Author:
naka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CartSession.php

    r17 r190  
    195195    // Á°ÊǤÎURL¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    196196    function setPrevURL($url) { 
     197        $arrExclude = array("detail_image.php"); 
     198         
     199        print(basename($url)); 
     200         
     201        if($url) {       
    197202        $_SESSION[$this->key]['prev_url'] = $url; 
     203        } 
    198204    } 
    199205     
  • branches/dev/html/cart/index.php

    r189 r190  
    3232// ´ðËܾðÊó¤Î¼èÆÀ 
    3333$arrInfo = $objSiteInfo->data; 
    34  
    35  
    36 sfPrintR($_SESSION); 
    3734 
    3835// ¾¦ÉʹØÆþÃæ¤Ë¥«¡¼¥ÈÆâÍƤ¬Êѹ¹¤µ¤ì¤¿¡£ 
Note: See TracChangeset for help on using the changeset viewer.