Changeset 7883 for temp/trunk/data


Ignore:
Timestamp:
2006/11/08 19:57:03 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r7707 r7883  
    4141    /* ¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ */ 
    4242    function getUniqId() { 
     43        // ¥æ¥Ë¡¼¥¯ID¤¬¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¥»¥Ã¥È¤¹¤ë¡£ 
     44        if(!isset($_SESSION['site']['uniqid']) || $_SESSION['site']['uniqid'] == "") { 
     45            $this->setUniqId(); 
     46        } 
    4347        return $_SESSION['site']['uniqid']; 
    4448    } 
Note: See TracChangeset for help on using the changeset viewer.