Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Issue #8957
  • Loading branch information
atrol committed Mar 19, 2017
1 parent fae21e5 commit c8b4b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/date_api.php
Expand Up @@ -235,7 +235,6 @@ function print_year_range_option_list( $p_year = 0, $p_start = 0, $p_end = 0 ) {
* @access public
*/
function print_date_selection_set( $p_name, $p_format, $p_date = 0, $p_default_disable = false, $p_allow_blank = false, $p_year_start = 0, $p_year_end = 0, $p_input_css = "input-sm" ) {
$t_chars = preg_split( '//', $p_format, -1, PREG_SPLIT_NO_EMPTY );
if( $p_date != 0 ) {
$t_date = date( $p_format, $p_date );
} else {
Expand Down

0 comments on commit c8b4b8e

Please sign in to comment.