Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-11 14:35:55 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-11 14:35:55 +0400
commitbf15800089d11e83dc7998e5064dafcf2280c118 (patch)
tree3fbc3e8efb1b064b663a9ba7ee143011516339ac /server_databases.php
parent61360750cacb245ef61b62f0134788af7bd8295b (diff)
Remove HTML rendering inside the functions in display_tbl.lib.php file itselves
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_databases.php b/server_databases.php
index e3a032764b..143e1f1c39 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -293,7 +293,7 @@ if ($databases_count > 0) {
. '<a href="server_databases.php' . $common_url_query . '" onclick="if (unMarkAllRows(\'tabledatabases\')) return false;">' . "\n"
. ' ' . __('Uncheck All') . '</a>' . "\n"
. '<i>' . __('With selected:') . '</i>' . "\n";
- PMA_buttonOrImage('drop_selected_dbs', 'mult_submit' . ($cfg['AjaxEnable'] ? ' ajax' : ''), 'drop_selected_dbs', __('Drop'), 'b_deltbl.png');
+ echo PMA_getButtonOrImage('drop_selected_dbs', 'mult_submit' . ($cfg['AjaxEnable'] ? ' ajax' : ''), 'drop_selected_dbs', __('Drop'), 'b_deltbl.png');
}
if (empty($dbstats)) {