From adb39168cc384d7a808f836cf2e9f9585b82f864 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sun, 1 Apr 2007 09:51:41 +0000 Subject: coding standard: no braces around include --- chk_rel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chk_rel.php') diff --git a/chk_rel.php b/chk_rel.php index 9c0bcf747e..a70e86ceb1 100644 --- a/chk_rel.php +++ b/chk_rel.php @@ -8,9 +8,9 @@ /** * Gets some core libraries */ -require_once('./libraries/common.inc.php'); -require_once('./libraries/db_common.inc.php'); -require_once('./libraries/relation.lib.php'); +require_once './libraries/common.inc.php'; +require_once './libraries/db_common.inc.php'; +require_once './libraries/relation.lib.php'; /** @@ -22,5 +22,5 @@ $cfgRelation = PMA_getRelationsParam(TRUE); /** * Displays the footer */ -require_once('./libraries/footer.inc.php'); +require_once './libraries/footer.inc.php'; ?> -- cgit v1.2.3