From: Eileen McNaughton Date: Wed, 22 Jul 2015 05:18:58 +0000 (+1200) Subject: phpcs fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=68d1a6f627a35208462fc09129f579ebab53e736;p=civicrm-core.git phpcs fix --- diff --git a/install/civicrm.php b/install/civicrm.php index 30b696a826..5db09366aa 100644 --- a/install/civicrm.php +++ b/install/civicrm.php @@ -224,7 +224,7 @@ function civicrm_config(&$config) { $params['CMSdbName'] = addslashes($config['drupal']['database']); } } - else if ($installType == 'drupal') { + elseif ($installType == 'drupal') { $params['cms'] = $config['cms']; $params['CMSdbUser'] = addslashes($config['cmsdb']['username']); $params['CMSdbPass'] = addslashes($config['cmsdb']['password']);