Ignore:
Timestamp:
2013/03/01 18:57:08 (11 years ago)
Author:
pineray
Message:

関数の呼び出し部分で引数の初期化はできない

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Mobile.php

    r22567 r22592  
    131131    function lfMobileGetExtSessionId() 
    132132    { 
    133         if (!preg_match('|^' . ROOT_URLPATH . '(.*)$|', $_SERVER['SCRIPT_NAME'], $matches = array())) { 
     133        if (!preg_match('|^' . ROOT_URLPATH . '(.*)$|', $_SERVER['SCRIPT_NAME'], $matches)) { 
    134134            return null; 
    135135        } 
Note: See TracChangeset for help on using the changeset viewer.