CRM-16617, fixed warning from jenkin
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 8 Sep 2015 21:38:33 +0000 (03:08 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 8 Feb 2016 15:02:19 +0000 (20:32 +0530)
----------------------------------------
* CRM-16617:
  https://issues.civicrm.org/jira/browse/CRM-16617

install/index.php

index 372b567125fe76ba835a7ab490ef1bba8ca6958f..99e6fc270063282be05d2c35df95640a7473e034 100644 (file)
@@ -410,7 +410,7 @@ class InstallRequirements {
       $onlyRequire = ($dbName == 'Drupal') ? TRUE : FALSE;
       $this->requireValidDBName(
         $databaseConfig['database'],
-        array(     
+        array(
           ts("MySQL %1 Configuration", array(1 => $dbName)),
           ts("Is the provided database name valid?"),
           ts("The database name provided is not valid. Please use only 0-9, a-z, A-Z and _ as characters in the name."),