linemode not needed
authordemeritcowboy <demeritcowboy@hotmail.com>
Wed, 21 Jul 2021 11:58:12 +0000 (07:58 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Wed, 21 Jul 2021 11:58:12 +0000 (07:58 -0400)
install/civicrm.php

index 5b6dcb263a61896a7218c12981221f64e9167e31..2f895d550dbca9815901817b8adc2ba8faf9cdc8 100644 (file)
@@ -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'])