We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a7e9c commit 5385671Copy full SHA for 5385671
1 file changed
modules/describe.php
@@ -16,7 +16,7 @@ function processRequest(&$db) {
16
}
17
18
if ( $db->getTableDescription( $_REQUEST['name'] ) )
19
- createSimpleGrid($db, __('Table Description').': ['.htmlspecialchars(getDbName()).']');
+ createSimpleGrid($db, __('Table Description').': ['.htmlspecialchars($_REQUEST['name']).']');
20
21
22
?>
0 commit comments