Ignore:
Timestamp:
2012/06/19 18:01:38 (12 years ago)
Author:
pineray
Message:

#1669 #1859 初期化漏れ、無駄な変数等

File:
1 edited

Legend:

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

    r21867 r21926  
    5656        } 
    5757 
    58         static $arrMap; 
    59         if (!isset($arrMap)) { 
     58        static $arrMap = array(); 
     59        if (empty($arrMap)) { 
    6060            $arrMap = @include_once dirname(__FILE__) . "/../include/mobile_emoji_map_$carrier.inc"; 
    6161        } 
Note: See TracChangeset for help on using the changeset viewer.