Changeset 1796
- Timestamp:
- 2006/08/24 18:53:41 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Session.php (modified) (1 diff)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Session.php
r1795 r1796 40 40 } 41 41 42 return SUCCESS;43 //return ACCESS_ERROR;42 // return SUCCESS; 43 return ACCESS_ERROR; 44 44 } 45 45 -
temp/trunk/html/admin/products/index.php
r1792 r1796 49 49 50 50 // ǧ¾Ú²ÄÈݤÎȽÄê 51 //$objSess = new SC_Session();52 //sfIsSuccess($objSess);51 $objSess = new SC_Session(); 52 sfIsSuccess($objSess); 53 53 54 54 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
Note: See TracChangeset
for help on using the changeset viewer.
