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:
07be8ef
)
linemode not needed
author
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 21 Jul 2021 11:58:12 +0000
(07:58 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Wed, 21 Jul 2021 11:58:12 +0000
(07:58 -0400)
install/civicrm.php
patch
|
blob
|
blame
|
history
diff --git
a/install/civicrm.php
b/install/civicrm.php
index 5b6dcb263a61896a7218c12981221f64e9167e31..2f895d550dbca9815901817b8adc2ba8faf9cdc8 100644
(file)
--- a/
install/civicrm.php
+++ b/
install/civicrm.php
@@
-89,7
+89,7
@@
function civicrm_main(&$config) {
civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm.mysql');
if (!empty($config['loadGenerated'])) {
- civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_generated.mysql'
, TRUE
);
+ civicrm_source($dsn, $sqlPath . DIRECTORY_SEPARATOR . 'civicrm_generated.mysql');
}
else {
if (isset($config['seedLanguage'])