Changeset 7883 for temp/trunk/data
- Timestamp:
- 2006/11/08 19:57:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_SiteSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_SiteSession.php
r7707 r7883 41 41 /* ¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ */ 42 42 function getUniqId() { 43 // ¥æ¥Ë¡¼¥¯ID¤¬¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¥»¥Ã¥È¤¹¤ë¡£ 44 if(!isset($_SESSION['site']['uniqid']) || $_SESSION['site']['uniqid'] == "") { 45 $this->setUniqId(); 46 } 43 47 return $_SESSION['site']['uniqid']; 44 48 }
Note: See TracChangeset
for help on using the changeset viewer.
