Don't display server choice here, if also in left frame (RFE #984153).
This commit is contained in:
@@ -18,6 +18,8 @@ $Source$
|
|||||||
* mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
|
* mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
|
||||||
on multiple fields (RFE #990136).
|
on multiple fields (RFE #990136).
|
||||||
* db_operations.php: Duplicate create new table dialog (see RFE #808029).
|
* db_operations.php: Duplicate create new table dialog (see RFE #808029).
|
||||||
|
* main.php: Don't display server choice here, if also in left frame (RFE
|
||||||
|
#984153).
|
||||||
|
|
||||||
2004-10-20 Marc Delisle <lem9@users.sourceforge.net>
|
2004-10-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php: there was already a tip icon in our collection,
|
* libraries/common.lib.php: there was already a tip icon in our collection,
|
||||||
|
6
main.php
6
main.php
@@ -147,8 +147,10 @@ if (($server > 0) && isset($mode) && ($mode == 'reload')) {
|
|||||||
/**
|
/**
|
||||||
* Displays the MySQL servers choice form
|
* Displays the MySQL servers choice form
|
||||||
*/
|
*/
|
||||||
$show_server_left = FALSE;
|
if (!$cfg['LeftDisplayServers']) {
|
||||||
include('./libraries/select_server.lib.php');
|
$show_server_left = FALSE;
|
||||||
|
include('./libraries/select_server.lib.php');
|
||||||
|
}
|
||||||
|
|
||||||
// neted table needed
|
// neted table needed
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user