Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

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