From 6cf30eae96d5d7aed4061c158e678197317a1c41 Mon Sep 17 00:00:00 2001 From: ethem Date: Wed, 6 Sep 2006 15:39:32 +0000 Subject: [PATCH] all static functions in enrolment_plugin_authorize moved to localfuncs.php. So, no need enrol.php. --- enrol/authorize/authorizenetlib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/enrol/authorize/authorizenetlib.php b/enrol/authorize/authorizenetlib.php index 55bebe6c1f..50b46e0513 100644 --- a/enrol/authorize/authorizenetlib.php +++ b/enrol/authorize/authorizenetlib.php @@ -19,7 +19,6 @@ define('AN_REASON_NOACHTYPE2', 246); require_once($CFG->dirroot.'/enrol/authorize/const.php'); require_once($CFG->dirroot.'/enrol/authorize/localfuncs.php'); -require_once($CFG->dirroot.'/enrol/authorize/enrol.php'); /** * Gets settlement date and time -- 2.39.5