coding standard: no spaces inside braces

This commit is contained in:
Sebastian Mendel
2007-04-01 11:02:46 +00:00
parent adb39168cc
commit cfeb306526
84 changed files with 745 additions and 747 deletions

View File

@@ -256,7 +256,7 @@ foreach ($the_tables as $key => $table) {
if ($have_rel) {
echo ' <td>';
if (isset($res_rel[$field_name])) {
echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'] );
echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']);
}
echo '&nbsp;</td>' . "\n";
}
@@ -288,9 +288,8 @@ foreach ($the_tables as $key => $table) {
<?php
if ( ! $tbl_is_view
&& ( $db != 'information_schema'
|| PMA_MYSQL_INT_VERSION < 50002 ) ) {
if (! $tbl_is_view
&& ($db != 'information_schema' || PMA_MYSQL_INT_VERSION < 50002)) {
/**
* Displays indexes