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:
dab84a0
)
DB is no longer in packages, now autoloaded from vendor
author
demeritcowboy
<demeritcowboy@hotmail.com>
Tue, 15 Sep 2020 17:57:24 +0000
(13:57 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Tue, 15 Sep 2020 17:57:24 +0000
(13:57 -0400)
install/civicrm.php
patch
|
blob
|
blame
|
history
diff --git
a/install/civicrm.php
b/install/civicrm.php
index e6886134039281a2c69874ea93a06aac6b3bad53..5b6dcb263a61896a7218c12981221f64e9167e31 100644
(file)
--- a/
install/civicrm.php
+++ b/
install/civicrm.php
@@
-131,8
+131,6
@@
function civicrm_main(&$config) {
function civicrm_source($dsn, $fileName, $lineMode = FALSE) {
global $crmPath;
- require_once "$crmPath/packages/DB.php";
-
// CRM-19699 See also CRM_Core_DAO for PHP7 mysqli compatiblity.
// Duplicated here because this is not using CRM_Core_DAO directly
// and this function may be called directly from Drush.