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_radios_ex.php

    r22567 r22796  
    3939 * @uses smarty_function_escape_special_chars() 
    4040 */ 
    41 function smarty_function_html_radios_ex($params, &$smarty) 
    42 { 
     41function smarty_function_html_radios_ex($params, &$smarty) { 
    4342    require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); 
    4443 
     
    130129} 
    131130 
    132 function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) 
    133 { 
     131function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) { 
    134132    $_output = ''; 
    135133 
Note: See TracChangeset for help on using the changeset viewer.