Ignore:
Timestamp:
2013/02/18 19:09:54 (11 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/smarty_extends/function.html_checkboxes_ex.php

    r21479 r22567  
    3939 * @uses smarty_function_escape_special_chars() 
    4040 */ 
    41 function smarty_function_html_checkboxes_ex($params, &$smarty) { 
     41function smarty_function_html_checkboxes_ex($params, &$smarty) 
     42{ 
    4243    require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); 
    4344 
     
    127128} 
    128129 
    129 function smarty_function_html_checkboxes_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) { 
     130function smarty_function_html_checkboxes_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) 
     131{ 
    130132    $_output = ''; 
    131133 
Note: See TracChangeset for help on using the changeset viewer.