Update and display column comments in Add/Edit Fieldmode and CREATE table mode. Display comments in table structure (optional) with underlined CSS-mouseovers. Display comments in browser mode (optional), both in vertical and horizontal display mode. Keep column comments in synch, when DROPping/ALTERing and moving/copying tables.
This commit is contained in:
@@ -46,7 +46,7 @@ if ($cfg['AllowUserDropDatabase']) {
|
||||
. urlencode('DROP DATABASE ' . PMA_backquote($db))
|
||||
. '&zero_rows='
|
||||
. urlencode(sprintf($strDatabaseHasBeenDropped, htmlspecialchars(PMA_backquote($db))))
|
||||
. '&goto=main.php3&back=db_details' . $sub_part . '.php3&reload=1';
|
||||
. '&goto=main.php3&back=db_details' . $sub_part . '.php3&reload=1&purge=1';
|
||||
$att5 = 'class="drop" '
|
||||
. 'onclick="return confirmLink(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
|
||||
}
|
||||
|
Reference in New Issue
Block a user