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@novell.com>2011-06-06 13:55:09 +0400
committerMichal Čihař <mcihar@novell.com>2011-06-06 13:55:09 +0400
commit3cf4830bbb94ce8fe7078f4a3f4fbac1c6253a8c (patch)
tree0584a0070c168ee3c9b44bca92f86dcbd4542091 /chk_rel.php
parent8b0fc6073a71097852e1330508cc20e8995ff5ae (diff)
Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files compliant.
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 8955350b0f..d13f075ef0 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -15,7 +15,7 @@ require_once './libraries/header.inc.php';
/**
* Gets the relation settings
*/
-$cfgRelation = PMA_getRelationsParam(TRUE);
+$cfgRelation = PMA_getRelationsParam(true);
/**