Handle default tables and auto checkbox

This commit is contained in:
Takumi
2013-07-29 18:15:14 +10:00
parent b12e4a7043
commit 86bb9e6f03
2 changed files with 26 additions and 17 deletions

View File

@@ -51,7 +51,6 @@ function sp_table_stats_meta( $post ) {
else
$data[ $id ] = array();
endforeach;
sp_data_table( $data, 0, array( 'Team', 'P', 'W', 'D', 'L', 'F', 'A', 'GD', 'Pts' ) );
sp_post_adder( 'sp_team' );
sp_data_table( $data, 0, array( 'Team', 'P', 'W', 'D', 'L', 'F', 'A', 'GD', 'Pts' ), false );
}
?>