Make function names as library name.

This commit is contained in:
ethem
2006-04-11 12:37:41 +00:00
parent 702424ae72
commit c9ca150d82
+4 -4
View 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;