Changeset 8437 for temp/trunk/data/class/SC_View.php
- Timestamp:
- 2006/11/17 16:21:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r8436 r8437 147 147 148 148 if($cart){ 149 require_once("../SC_CartSession.php"); 149 $include_dir = realpath(dirname( __FILE__)); 150 require_once($include_dir . "/SC_CartSession.php"); 150 151 $objCartSess = new SC_CartSession(); 151 152 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']);
Note: See TracChangeset
for help on using the changeset viewer.
