coding standard: no spaces inside braces

This commit is contained in:
Sebastian Mendel
2007-04-01 11:02:46 +00:00
parent adb39168cc
commit cfeb306526
84 changed files with 745 additions and 747 deletions

View File

@@ -21,7 +21,7 @@ require_once './libraries/sql_query_form.lib.php';
* "db_structure.php" script where table can be created
*/
require './libraries/db_info.inc.php';
if ( $num_tables == 0 && empty( $db_query_force ) ) {
if ($num_tables == 0 && empty($db_query_force)) {
$sub_part = '';
$is_info = TRUE;
require './db_structure.php';