projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e21afa6
)
CRM-16617, fixed warning from jenkin
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 8 Sep 2015 21:38:33 +0000
(
03:08
+0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Fri, 11 Sep 2015 18:53:05 +0000
(
00:23
+0530)
----------------------------------------
* CRM-16617:
https://issues.civicrm.org/jira/browse/CRM-16617
install/index.php
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index 313c8f0eeeb764fdfbb12d4cdbd0d8712c43f1d9..69cae03501bfdd867693506a70002f2d715c8987 100644
(file)
--- a/
install/index.php
+++ b/
install/index.php
@@
-356,7
+356,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."),