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:
authorMarc Delisle <marc@infomarc.info>2012-08-24 16:04:12 +0400
committerMarc Delisle <marc@infomarc.info>2012-08-24 16:04:12 +0400
commit0246a2b624284d7b194b0444351cfdc3b0b61f09 (patch)
tree8e0b150498f9bdb3cdf81890c2fb2fdbc4371d60 /tbl_change.php
parent9a5bc693404ed75a2a90b779e2521f913f120f75 (diff)
Fix undefined function
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index b4036ef592..ce3237db87 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -128,7 +128,7 @@ if (! empty($disp_message)) {
if (! isset($disp_query)) {
$disp_query = null;
}
- $response->addHTML(PMA_getMessage($disp_message, $disp_query));
+ $response->addHTML($common_functions->getMessage($disp_message, $disp_query));
}
/**