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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-07-17 11:41:19 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-17 11:41:19 +0300
commit8c19eedca175c791cf404624f11e0bb39a055b14 (patch)
treea289d96b4773738358073f7ab3f0a03f9f656971 /tbl_export.php
parentd93c110af89e038f8827fb0c0c2721f8226c7c70 (diff)
Use correct name format
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index cdae45211c..5a75e19be6 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -77,7 +77,7 @@ if (isset($_REQUEST['templateAction']) && $cfgRelation['exporttemplateswork']) {
if ('create' == $_REQUEST['templateAction']) {
$response->addJSON(
'data',
- PMA_getOptionsForexport_templates($_REQUEST['exportType'])
+ PMA_getOptionsForExportTemplates($_REQUEST['exportType'])
);
} elseif ('load' == $_REQUEST['templateAction']) {
$data = null;