coding standard: no braces around include

This commit is contained in:
Sebastian Mendel
2007-04-01 09:51:41 +00:00
parent b2f3ae5fcf
commit adb39168cc
75 changed files with 260 additions and 260 deletions

View File

@@ -92,7 +92,7 @@ echo '</div>' . "\n";
* Displays the MySQL servers choice form
*/
if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) > 1 || $server == 0 && count($GLOBALS['cfg']['Servers']) == 1)) {
include('./libraries/select_server.lib.php');
include './libraries/select_server.lib.php';
PMA_select_server(true, true);
echo '<hr />';
} // end if LeftDisplayServers