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:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2011-09-06 23:48:05 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2011-09-06 23:48:05 +0400
commita30554b1e4e5a0b6a048b4dfe12dfbeb45321c37 (patch)
treef0c7199483888c157df40fe35a04be851cf8ee3f /pmd_pdf.php
parenta1c9a65994630a28f76a08d86d498ef0493539eb (diff)
use require() instead of include() when including file unconditionally
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 2afe131a66..f8102dae1d 100644
--- a/pmd_pdf.php
+++ b/pmd_pdf.php
@@ -5,7 +5,7 @@
* @package phpMyAdmin-Designer
*/
-include_once './libraries/pmd_common.php';
+require_once './libraries/pmd_common.php';
/**
* If called directly from the designer, first save the positions