]> git.mjollnir.org Git - moodle.git/commitdiff
*** empty log message ***
authorethem <ethem>
Mon, 4 Sep 2006 12:31:54 +0000 (12:31 +0000)
committerethem <ethem>
Mon, 4 Sep 2006 12:31:54 +0000 (12:31 +0000)
enrol/authorize/const.php

index e7f4c10a5e1af44fa80fa3bf0f2fb0c12d1f5de3..851b2f7c3987e5edabf26242f1b215167c0180ef 100644 (file)
@@ -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.
  *