Changeset 1796


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Session.php

    r1795 r1796  
    4040        } 
    4141         
    42         return SUCCESS; 
    43         //return ACCESS_ERROR; 
     42//      return SUCCESS; 
     43        return ACCESS_ERROR; 
    4444    } 
    4545     
  • temp/trunk/html/admin/products/index.php

    r1792 r1796  
    4949 
    5050// ǧ¾Ú²ÄÈݤÎȽÄê 
    51 //$objSess = new SC_Session(); 
    52 //sfIsSuccess($objSess); 
     51$objSess = new SC_Session(); 
     52sfIsSuccess($objSess); 
    5353 
    5454//¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ 
Note: See TracChangeset for help on using the changeset viewer.