From b64adf07c82087816dc5c4b37c13c0ef4d69223c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 19 Oct 2007 10:19:03 +0000 Subject: #182645 by scor: clean up concatenations to be in line with core coding standards --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 27b426d59..130e4b1e3 100644 --- a/install.php +++ b/install.php @@ -348,7 +348,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting $form['errors'] = array(); $form['settings_file'] = array('#type' => 'value', '#value' => $settings_file); $form['_db_url'] = array('#type' => 'value'); - $form['#action'] = "install.php?profile=$profile" . ($install_locale ? "&locale=$install_locale" : ''); + $form['#action'] = "install.php?profile=$profile". ($install_locale ? "&locale=$install_locale" : ''); $form['#redirect'] = FALSE; } return $form; @@ -424,7 +424,7 @@ function install_settings_form_submit($form, &$form_state) { drupal_rewrite_settings($settings); // Continue to install profile step - install_goto("install.php?profile=$profile" . ($install_locale ? "&locale=$install_locale" : '')); + install_goto("install.php?profile=$profile". ($install_locale ? "&locale=$install_locale" : '')); } /** -- cgit v1.2.3