]> git.mjollnir.org Git - moodle.git/commitdiff
Make function names as library name.
authorethem <ethem>
Tue, 11 Apr 2006 12:37:41 +0000 (12:37 +0000)
committerethem <ethem>
Tue, 11 Apr 2006 12:37:41 +0000 (12:37 +0000)
enrol/authorize/lib.php

index da14efca85f9838b69ca9b308e8dc4a941b8a3a5..1eab58f35fe611ed5eb9a66964d264565b00f87a 100644 (file)
@@ -10,10 +10,10 @@ define('ORDER_REFUND',  'refund');
 define('ORDER_VOID',    'void');
 
 /**
- * print_authorize_orders
+ * authorize_print_orders
  *
  */
-function print_authorize_orders()
+function authorize_print_orders()
 {
     global $CFG, $USER;
     global $strs, $authstrs;
@@ -140,11 +140,11 @@ function print_authorize_orders()
 }
 
 /**
- * print_authorize_order_details
+ * authorize_print_order_details
  *
  * @param int $orderno
  */
-function print_authorize_order_details($orderno)
+function authorize_print_order_details($orderno)
 {
     global $CFG, $USER;
     global $strs, $authstrs;