Skip to content

Commit

Permalink
mnet NOBUG added some phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Penny Leach committed Feb 17, 2010
1 parent e707302 commit f867d2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mnet/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,12 @@ function mnet_get_app_jumppath ($applicationid) {
}


/**
* Output debug information about mnet. this will go to the <b>error_log</b>.
*
* @param mixed $debugdata this can be a string, or array or object.
* @param int $debuglevel optional , defaults to 1. bump up for very noisy debug info
*/
function mnet_debug($debugdata, $debuglevel=1) {
global $CFG;
$setlevel = get_config('', 'mnet_rpcdebug');
Expand Down

0 comments on commit f867d2a

Please sign in to comment.