RFE #1714760 Obey ShowCreateDb on the Databases tab

This commit is contained in:
Marc Delisle
2007-06-04 17:03:26 +00:00
parent 6416ba9987
commit f77240d935
2 changed files with 7 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ $HeadURL$
- bug #1724401 Column truncation in repair table output
- patch #1726500 Wrong position of </tbody>, thanks to Jürgen Wind
- bug #1728590 Detected failing session_start fails, thanks to Jürgen Wind
- RFE #1714760 Obey ShowCreateDb on the Databases tab
2.10.1.0 (2007-04-23)
=====================

View File

@@ -374,10 +374,12 @@ unset($databases_count);
/**
* Create new database.
*/
echo '<ul><li id="li_create_database">' . "\n";
require './libraries/display_create_database.lib.php';
echo ' </li>' . "\n";
echo '</ul>' . "\n";
if ($cfg['ShowCreateDb']) {
echo '<ul><li id="li_create_database">' . "\n";
require './libraries/display_create_database.lib.php';
echo ' </li>' . "\n";
echo '</ul>' . "\n";
}
/**
* Sends the footer