Changeset 195


Ignore:
Timestamp:
2007/02/06 21:47:58 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

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

    r194 r195  
    196196    function setPrevURL($url) { 
    197197        $arrExclude = array("detail_image.php"); 
    198          
    199198        $exclude = false; 
    200199        foreach($arrExclude as $val) { 
    201              
    202200            if(ereg($val, $url)) { 
    203201                $exclude = true; 
    204                 print("ok"); 
    205202                break; 
    206203            } 
    207204        }        
    208          
    209          
    210          
    211205        if(!$exclude) {      
    212206            $_SESSION[$this->key]['prev_url'] = $url; 
Note: See TracChangeset for help on using the changeset viewer.