Ignore:
Timestamp:
2012/02/15 19:56:17 (14 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21512 r21514  
    344344            if (!in_array($value['plugin_id'] , $this->arrPluginIds)) { 
    345345                // 通常ブロック以外. 
    346                 if ($value['plugin_id'] != "") { 
     346                if ($value['plugin_id'] != '') { 
    347347                    // ブロック配列から削除する 
    348348                    unset ($arrBlocs[$key]); 
Note: See TracChangeset for help on using the changeset viewer.