Changeset 19055


Ignore:
Timestamp:
2010/11/06 21:41:56 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Display.php

    r19054 r19055  
    2020    * const('PC',4); 
    2121    */ 
    22  
    2322    function SC_Display($setPrevURL=true,$autoGenerateHttpHeaders = true){ 
    2423        require_once(CLASS_EX_PATH."/SC_Response_Ex.php"); 
     
    2928        } 
    3029    } 
     30     
    3131    function setPrevURL(){ 
    32             $objCartSess = new SC_CartSession(); 
    33             $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    34          
     32        $objCartSess = new SC_CartSession(); 
     33        $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
     34 
    3535    } 
    3636 
     
    5757                break; 
    5858            case 2: 
    59 //                $this->view = new 
     59                //                $this->view = new 
    6060                break; 
    6161            case 4: 
     
    9393        $this->view->assign($val1, $val2); 
    9494    } 
    95      
     95 
    9696    function assignobj($obj){ 
    9797        $this->view->assignobj($obj); 
    9898    } 
    99      
     99 
    100100    function assignarray($array){ 
    101101        $this->view->assignarray($array); 
Note: See TracChangeset for help on using the changeset viewer.