coding standards

This commit is contained in:
Loïc Chapeaux
2002-09-13 09:32:41 +00:00
parent 1fde05de4f
commit a68db84064
2 changed files with 10 additions and 10 deletions

View File

@@ -416,7 +416,7 @@ for ($i = 0; $i < $fields_cnt; $i++) {
. ' FROM ' . PMA_backquote($foreign_db) . '.' . PMA_backquote($foreign_table); . ' FROM ' . PMA_backquote($foreign_db) . '.' . PMA_backquote($foreign_table);
$disp = PMA_mysql_query($dispsql); $disp = PMA_mysql_query($dispsql);
} }
} } // end if $foreigners
if (isset($disp) && $disp) { if (isset($disp) && $disp) {
echo ' <td bgcolor="' . $bgcolor . '">' . "\n"; echo ' <td bgcolor="' . $bgcolor . '">' . "\n";