From 16fcf1398371be76f2d649892e5b556c8cbd8849 Mon Sep 17 00:00:00 2001 From: Samith Dassanayake Date: Fri, 8 Mar 2013 22:43:17 +0530 Subject: [PATCH] Fixed coding style --- index.php | 20 +++++++++++--------- libraries/Message.class.php | 12 +++++++----- libraries/display_create_database.lib.php | 6 +++++- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/index.php b/index.php index fb064a3763..7789cc461c 100644 --- a/index.php +++ b/index.php @@ -122,7 +122,7 @@ if ($server > 0 ) { echo '
  • '; include_once 'libraries/select_server.lib.php'; - echo PMA_Util::getImage('s_host.png')." ".PMA_selectServer(true, true); + echo PMA_Util::getImage('s_host.png') . " " . PMA_selectServer(true, true); echo '
  • '; } @@ -137,7 +137,7 @@ if ($server > 0 if ($cfg['ShowChgPassword']) { $conditional_class = 'ajax'; PMA_printListItem( - PMA_Util::getImage('s_passwd.png')." ".__('Change password'), + PMA_Util::getImage('s_passwd.png') . " " . __('Change password'), 'li_change_password', 'user_password.php?' . $common_url_query, null, @@ -152,7 +152,8 @@ if ($server > 0 echo '
    ' . "\n" . PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection') . '  ' . PMA_Util::showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?>
    + ' + . PMA_Util::getImage('b_newdb.png') + . " " . __('Create database') + . ' ' + . PMA_Util::showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?>