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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:02:46 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 15:02:46 +0400
commitcfeb30652642d995bb0c8d17988d33d11b02318f (patch)
tree33fec5cdc925d60888ee67c32dbfc0422c6bc29a /db_sql.php
parentadb39168cc384d7a808f836cf2e9f9585b82f864 (diff)
coding standard: no spaces inside braces
Diffstat (limited to 'db_sql.php')
-rw-r--r--db_sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_sql.php b/db_sql.php
index 473aeda5f7..13918438ab 100644
--- a/db_sql.php
+++ b/db_sql.php
@@ -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';