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
|
||||
- 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)
|
||||
=====================
|
||||
|
@@ -377,10 +377,12 @@ unset($databases_count);
|
||||
/**
|
||||
* Create new database.
|
||||
*/
|
||||
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
|
||||
|
Reference in New Issue
Block a user