Skip to content

Commit

Permalink
Make function names as library name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Apr 11, 2006
1 parent 702424a commit c9ca150
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enrol/authorize/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
define('ORDER_VOID', 'void');

/**
* print_authorize_orders
* authorize_print_orders
*
*/
function print_authorize_orders()
function authorize_print_orders()
{
global $CFG, $USER;
global $strs, $authstrs;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c9ca150

Please sign in to comment.