Skip to content
Snippets Groups Projects
Unverified Commit b6d5ef33 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #18473 from demeritcowboy/install-pear-db

#2036 - PEAR::DB is no longer in packages, now autoloaded from vendor
parents dab84a0f b667ca8b
Branches 5.65
Tags 5.65.2
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment