DB is no longer in packages, now autoloaded from vendor
authordemeritcowboy <demeritcowboy@hotmail.com>
Tue, 15 Sep 2020 17:57:24 +0000 (13:57 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Tue, 15 Sep 2020 17:57:24 +0000 (13:57 -0400)
install/civicrm.php

index e6886134039281a2c69874ea93a06aac6b3bad53..5b6dcb263a61896a7218c12981221f64e9167e31 100644 (file)
@@ -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.