Display all event performance columns by default

This commit is contained in:
Brian Miyaji
2014-08-26 02:16:10 +10:00
parent 1038b2f2a1
commit 04b1d7e520
3 changed files with 12 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ if ( is_array( $teams ) ):
echo '<td class="data-name">' . $name . '</td>';
if ( $mode == 'icons' ); echo '<td class="sp-performance-icons">';
if ( $mode == 'icons' ) echo '<td class="sp-performance-icons">';
foreach( $labels as $key => $label ):
if ( $key == 'name' )
@@ -162,7 +162,7 @@ if ( is_array( $teams ) ):
endif;
endforeach;
if ( $mode == 'icons' ); echo '</td>';
if ( $mode == 'icons' ) echo '</td>';
echo '</tr>';