Skip to content

Commit

Permalink
improve coding style : remove mixed php and html
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 23, 2013
1 parent 093d6f9 commit ce856f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libraries/schema/User_Schema.class.php
Expand Up @@ -262,9 +262,7 @@ public function showTableDashBoard()
*/
if (isset($this->chosenPage) && $this->chosenPage > 0) {
echo "\n";
?>
<h2><?php echo __('Select Tables'); ?></h2>
<?php
echo "<h2>" . __('Select Tables') . "</h2>";
$page_query = 'SELECT * FROM '
. PMA_Util::backquote($GLOBALS['cfgRelation']['db'])
. '.' . PMA_Util::backquote($cfgRelation['table_coords'])
Expand Down

0 comments on commit ce856f7

Please sign in to comment.