Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Aug 31, 2012
1 parent 5fdd286 commit 3a17a43
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tbl_structure.php
Expand Up @@ -262,7 +262,7 @@
$type_mime = '';
}

$attribute = $extracted_columnspec['attribute'];
$attribute = $extracted_columnspec['attribute'];

// MySQL 4.1.2+ TIMESTAMP options
// (if on_update_current_timestamp is set, then it's TRUE)
Expand Down Expand Up @@ -335,9 +335,7 @@
unset($field_charset);
} // end foreach

$response->addHTML(
'</tbody>' . "\n" .'</table>' . "\n"
);
$response->addHTML('</tbody>' . "\n" .'</table>' . "\n");

$response->addHTML(
PMA_getHtmlForCheckAllTableColumn(
Expand Down

0 comments on commit 3a17a43

Please sign in to comment.