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-08-22 01:36:10 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2011-08-22 01:36:10 +0400
commite82d3c7136425fbe51ed26f8bf95cf932740ddd8 (patch)
treea20e8e653ba4f400583647b3cd16547b20f1645c /main.php
parent0c6dbb530d4d1b594a72c1f99bf384a46d6f7c92 (diff)
require/include are statements not functions; no parentheses are required
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index fd4d4480e7..2ba3267f31 100644
--- a/main.php
+++ b/main.php
@@ -354,7 +354,7 @@ if (!function_exists('mcrypt_encrypt') && !$GLOBALS['cfg']['McryptDisableWarning
* The data file is created while creating release by ./scripts/remove-incomplete-mo
*/
if (file_exists('./libraries/language_stats.inc.php')) {
- include('./libraries/language_stats.inc.php');
+ include './libraries/language_stats.inc.php';
/*
* This message is intentionally not translated, because we're
* handling incomplete translations here and focus on english