Skip to content
Snippets Groups Projects
Commit 1d256104 authored by DaveD's avatar DaveD
Browse files

linemode not needed

parent 07be8ef1
Branches
Tags
No related merge requests found
......@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment