Changeset 1663 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r1662 r1663  
    3232$objPage = new LC_Page(); 
    3333$objView = new SC_AdminView(); 
     34/* 
    3435$objDate = new SC_Date(); 
    35  
    36 // ǧ¾Ú²ÄÈݤÎȽÄê 
    37 $objSess = new SC_Session(); 
    38 //sfIsSuccess($objSess); 
    3936 
    4037// ÅÐÏ¿¡¦¹¹¿·¸¡º÷³«»Ïǯ 
     
    5047$objPage->arrEndMonth = $objDate->getMonth(); 
    5148$objPage->arrEndDay = $objDate->getDay(); 
     49*/ 
     50// ǧ¾Ú²ÄÈݤÎȽÄê 
     51$objSess = new SC_Session(); 
     52sfIsSuccess($objSess); 
    5253 
    5354//¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ 
Note: See TracChangeset for help on using the changeset viewer.