Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Aug 28, 2013
1 parent c174d88 commit 017eca5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/filter_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -954,9 +954,6 @@ function filter_get_query_sort_data( &$p_filter, $p_show_sticky, $p_query_clause

# standard column
} else {
if ( 'last_updated' == $c_sort ) {
$c_sort = "last_updated";
}
$p_query_clauses['order'][] = "$t_bug_table.$c_sort $c_dir";
}
}
Expand Down

0 comments on commit 017eca5

Please sign in to comment.