RFE #1714760 Obey ShowCreateDb on the Databases tab
This commit is contained in:
@@ -85,6 +85,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #1724401 Column truncation in repair table output
|
- bug #1724401 Column truncation in repair table output
|
||||||
- patch #1726500 Wrong position of </tbody>, thanks to Jürgen Wind
|
- patch #1726500 Wrong position of </tbody>, thanks to Jürgen Wind
|
||||||
- bug #1728590 Detected failing session_start fails, 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)
|
2.10.1.0 (2007-04-23)
|
||||||
=====================
|
=====================
|
||||||
|
@@ -377,10 +377,12 @@ unset($databases_count);
|
|||||||
/**
|
/**
|
||||||
* Create new database.
|
* Create new database.
|
||||||
*/
|
*/
|
||||||
echo '<ul><li id="li_create_database">' . "\n";
|
if ($cfg['ShowCreateDb']) {
|
||||||
require './libraries/display_create_database.lib.php';
|
echo '<ul><li id="li_create_database">' . "\n";
|
||||||
echo ' </li>' . "\n";
|
require './libraries/display_create_database.lib.php';
|
||||||
echo '</ul>' . "\n";
|
echo ' </li>' . "\n";
|
||||||
|
echo '</ul>' . "\n";
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends the footer
|
* Sends the footer
|
||||||
|
Reference in New Issue
Block a user