Changeset 1640 for temp/trunk


Ignore:
Timestamp:
2006/08/24 14:07:53 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index2.php

    r1639 r1640  
    2020        $this->tpl_subtitle = '¾¦ÉÊ¥Þ¥¹¥¿'; 
    2121 
    22         global $arrPageMax; 
    23         $this->arrPageMax = $arrPageMax; 
    24         global $arrDISP; 
    25         $this->arrDISP = $arrDISP; 
    26         global $arrSTATUS; 
    27         $this->arrSTATUS = $arrSTATUS; 
    28         global $arrPRODUCTSTATUS_COLOR; 
    29         $this->arrPRODUCTSTATUS_COLOR = $arrPRODUCTSTATUS_COLOR; 
    30  
    3122    } 
    3223} 
     
    3425$objPage = new LC_Page(); 
    3526$objView = new SC_AdminView(); 
    36 $objSess = new SC_Session(); 
    37 $objDate = new SC_Date(); 
    3827 
    3928$arrProducts = Array 
Note: See TracChangeset for help on using the changeset viewer.