From: ethem Date: Mon, 4 Sep 2006 12:31:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9456e4b7bea1c02186e2aa32d4a3b09fd7ab50fc;p=moodle.git *** empty log message *** --- diff --git a/enrol/authorize/const.php b/enrol/authorize/const.php index e7f4c10a5e..851b2f7c39 100644 --- a/enrol/authorize/const.php +++ b/enrol/authorize/const.php @@ -10,20 +10,6 @@ define('AN_METHOD_CC', 'cc'); define('AN_METHOD_ECHECK', 'echeck'); /**#@-*/ -/**#@+ - * E-Check types - * - * Cash Concentration or Disbursement (CCD) - * Prearranged Payment and Deposit Entry (PPD) - * Telephone-Initiated Entry (TEL) - * Internet-Initiated Entry (WEB) - */ -define('AN_ECHECK_CCD', 'ccd'); -define('AN_ECHECK_PPD', 'ppd'); -define('AN_ECHECK_TEL', 'tel'); -define('AN_ECHECK_WEB', 'web'); -/**#@-*/ - /**#@+ * Order status used in enrol_authorize table. *