Ignore:
Timestamp:
2006/11/17 16:21:04 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r8435 r8436  
    147147         
    148148        if($cart){ 
    149             require_once("./SC_CartSession.php"); 
     149            require_once("../SC_CartSession.php"); 
    150150            $objCartSess = new SC_CartSession(); 
    151151            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
Note: See TracChangeset for help on using the changeset viewer.