Ignore:
Timestamp:
2012/02/11 05:48:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php

    r21441 r21481  
    161161            // キャリアがAUで、動画、音声ファイルをダウンロードする際に 
    162162            // SESSIONIDの後に余計なパラメータが付与され、セッションが無効になるケースがある 
    163             if (SC_MobileUserAgent::getCarrier() == "ezweb") { 
     163            if (SC_MobileUserAgent::getCarrier() == 'ezweb') { 
    164164                $idArray = split("\?", $sessionId); 
    165165                $sessionId = $idArray[0]; 
     
    474474     *     ['ip']      => 127.0.0.1 
    475475     *     ['expires'] => 1204699031 
    476      *     ["phone_id"]=> **** 
     476     *     ['phone_id']=> **** 
    477477     * ) 
    478478     * 
Note: See TracChangeset for help on using the changeset viewer.