Changeset 1792 for temp/trunk/html


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

blank

Location:
temp/trunk/html/admin/products
Files:
2 edited

Legend:

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

    r1785 r1792  
    4949 
    5050// ǧ¾Ú²ÄÈݤÎȽÄê 
    51 $objSess = new SC_Session(); 
    52 sfIsSuccess($objSess); 
     51//$objSess = new SC_Session(); 
     52//sfIsSuccess($objSess); 
    5353 
    5454//¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ 
     
    265265// ²èÌ̤Îɽ¼¨ 
    266266$objView->assignobj($objPage); 
    267 $objView->display($objPage->tpl_mainpage); 
     267$objView->display(MAIN_FRAME); 
    268268 
    269269//--------------------------------------------------------------------------------------------------------------------------------------------------------- 
  • temp/trunk/html/admin/products/index2.php

    r1785 r1792  
    2727$objPage = new LC_Page(); 
    2828$objView = new SC_AdminView(); 
    29 $objSess = new SC_Session(); 
    3029$objDate = new SC_Date(); 
    3130 
     
    4645$objSess = new SC_Session(); 
    4746sfIsSuccess($objSess); 
     47session_destroy(); 
    4848 
    4949// POSTÃͤΰú¤­·Ñ¤® 
Note: See TracChangeset for help on using the changeset viewer.