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:
authorMichal Čihař <mcihar@suse.cz>2012-06-04 14:08:14 +0400
committerMichal Čihař <mcihar@suse.cz>2012-06-04 14:08:14 +0400
commit705c01b5c907a31041dc561ab13f59305221c920 (patch)
tree5953665ab3d47daf939937c8b3f05ab842dfa5b2 /pmd_pdf.php
parentfae33dee87cff869bcbc3a1f8d2ecadf3b3ad73c (diff)
Better name for function
Diffstat (limited to 'pmd_pdf.php')
-rw-r--r--pmd_pdf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmd_pdf.php b/pmd_pdf.php
index a8fba19b9d..b5c1fe17ea 100644
--- a/pmd_pdf.php
+++ b/pmd_pdf.php
@@ -43,7 +43,7 @@ if (isset($mode)) {
$scale_q = PMA_sqlAddSlashes($scale);
if ('create_export' == $mode) {
- $pdf_page_number = PMA_REL_create_page($newpage, $cfgRelation, $db);
+ $pdf_page_number = PMA_REL_createPage($newpage, $cfgRelation, $db);
if ($pdf_page_number > 0) {
$message = PMA_Message::success(__('Page has been created'));
$mode = 'export';