From 8c19eedca175c791cf404624f11e0bb39a055b14 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 17 Jul 2015 14:11:19 +0530 Subject: Use correct name format Signed-off-by: Madhura Jayaratne --- tbl_export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_export.php') 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; -- cgit v1.2.3