From 7f736d56a1ade2f98b127646684fdb6ae4a4501f Mon Sep 17 00:00:00 2001 From: Daren Chandisingh Date: Fri, 13 Nov 2009 14:46:36 +0000 Subject: [PATCH 2/2] MDL-19394 Added required file for ADODB connection --- enrol/database/enrol.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/enrol/database/enrol.php b/enrol/database/enrol.php index 781ce64..657b1e1 100644 --- a/enrol/database/enrol.php +++ b/enrol/database/enrol.php @@ -1,5 +1,6 @@ libdir.'/adodb/adodb.inc.php'); require_once($CFG->dirroot.'/enrol/enrol.class.php'); class enrolment_plugin_database { -- 1.6.3.3