coding standard: no braces around include

This commit is contained in:
Sebastian Mendel
2007-04-01 09:51:41 +00:00
parent b2f3ae5fcf
commit adb39168cc
75 changed files with 260 additions and 260 deletions

View File

@@ -8,8 +8,8 @@
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.inc.php');
require_once('./libraries/ob.lib.php');
require_once './libraries/common.inc.php';
require_once './libraries/ob.lib.php';
PMA_outBufferPre();
// Check parameters
@@ -21,7 +21,7 @@ PMA_checkParameters(array('db', 'full_sql_query'));
// to a seperate file. It can now be included by libraries/header.inc.php,
// querywindow.php.
require_once('./libraries/header_http.inc.php');
require_once './libraries/header_http.inc.php';
/**
* Sends the beginning of the html page then returns to the calling script