Ignore:
Timestamp:
2007/09/05 14:06:04 (17 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_SiteSession.php

    r15532 r15608  
    6060    /* ユニークIDのチェック */ 
    6161    function checkUniqId() { 
    62         if($_POST['uniqid'] != "") { 
     62        if(!empty($_POST['uniqid'])) { 
    6363            if($_POST['uniqid'] != $_SESSION['site']['uniqid']) { 
    6464                return false; 
Note: See TracChangeset for help on using the changeset viewer.