Ignore:
Timestamp:
2012/02/06 21:27:04 (12 years ago)
Author:
Seasoft
Message:

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

  • 無意味なスペースを削除
File:
1 edited

Legend:

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

    r21442 r21444  
    237237            } else { 
    238238                $obj_idx = get_class($function[0]).$function[1]; 
    239                 if ( false === $priority ) 
     239                if ( false === $priority) 
    240240                    return false; 
    241241                $obj_idx .= isset($this->arrRegistedPluginActions[$hook_point][$priority]) 
     
    247247                return $obj_idx; 
    248248            } 
    249         } else if (is_string($function[0]) ) { 
     249        } else if (is_string($function[0])) { 
    250250            return $function[0].$function[1]; 
    251251        } 
Note: See TracChangeset for help on using the changeset viewer.