*** empty log message ***
This commit is contained in:
@@ -173,6 +173,8 @@ if ($num_dbs > 1) {
|
|||||||
. '&server=' . urlencode($server)
|
. '&server=' . urlencode($server)
|
||||||
. '&db=' . urlencode($db);
|
. '&db=' . urlencode($db);
|
||||||
|
|
||||||
|
if ($num_tables) { $num_tables_disp = $num_tables; } else { $num_tables_disp = "-"; }
|
||||||
|
|
||||||
// Displays the database name
|
// Displays the database name
|
||||||
echo "\n";
|
echo "\n";
|
||||||
echo ' <div id="el' . $j . 'Parent" class="parent">';
|
echo ' <div id="el' . $j . 'Parent" class="parent">';
|
||||||
@@ -192,7 +194,7 @@ if ($num_dbs > 1) {
|
|||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="expandBase('el<?php echo $j; ?>', false);">
|
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>" onclick="expandBase('el<?php echo $j; ?>', false);">
|
||||||
<font color="black" class="heada"><?php echo $db; ?> (<?php echo $num_tables; ?>)</font></a>
|
<font color="black" class="heada"><?php echo $db; ?> (<?php echo $num_tables_disp; ?>)</font></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="el<?php echo $j;?>Child" class="child" style="margin-bottom: 5px">
|
<div id="el<?php echo $j;?>Child" class="child" style="margin-bottom: 5px">
|
||||||
@@ -248,12 +250,14 @@ else if ($num_dbs == 1) {
|
|||||||
. '&server=' . urlencode($server)
|
. '&server=' . urlencode($server)
|
||||||
. '&db=' . urlencode($db);
|
. '&db=' . urlencode($db);
|
||||||
|
|
||||||
|
if ($num_tables) { $num_tables_disp = $num_tables; } else { $num_tables_disp = "-"; }
|
||||||
|
|
||||||
// Displays the database name
|
// Displays the database name
|
||||||
echo "\n";
|
echo "\n";
|
||||||
?>
|
?>
|
||||||
<div id="el2Parent" class="parent">
|
<div id="el2Parent" class="parent">
|
||||||
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>">
|
<a class="item" href="db_details.php3?<?php echo $common_url_query; ?>">
|
||||||
<font color="black" class="heada"><?php echo $db; ?> (<?php echo $num_tables; ?>)</font></a>
|
<font color="black" class="heada"><?php echo $db; ?> (<?php echo $num_tables_disp; ?>)</font></a>
|
||||||
</div>
|
</div>
|
||||||
<div id="el2Child" class="child" style="margin-bottom: 5px">
|
<div id="el2Child" class="child" style="margin-bottom: 5px">
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user