fix spacing

This commit is contained in:
Isaac Connor 2017-06-05 16:29:04 -04:00
parent b948bc5403
commit bedc1d3e13
1 changed files with 6 additions and 6 deletions

View File

@ -36,15 +36,15 @@ if ( ZM_OPT_X10 )
$tabs["x10"] = translate('X10');
$tabs["misc"] = translate('Misc');
if ( isset($_REQUEST['tab']) )
if ( isset($_REQUEST['tab']) )
$tab = validHtmlStr($_REQUEST['tab']);
else
else
$tab = "general";
$Server = null;
if ( defined( 'ZM_SERVER_ID' ) ) {
$Server = dbFetchOne( 'SELECT * FROM Servers WHERE Id=?', NULL, array( ZM_SERVER_ID ) );
}
$Server = null;
if ( defined( 'ZM_SERVER_ID' ) ) {
$Server = dbFetchOne( 'SELECT * FROM Servers WHERE Id=?', NULL, array( ZM_SERVER_ID ) );
}
if ( ! $Server ) {
$Server = array( 'Id' => '' );
}