Skip to content

Commit

Permalink
minor phpdoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
dhawes committed Dec 13, 2005
1 parent 735b856 commit 80be7ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/adminlib.php
Expand Up @@ -11,7 +11,7 @@
*/

/**
* short description (optional)
* upgrade_enrol_plugins
*
* long description
*
Expand Down Expand Up @@ -250,6 +250,12 @@ function upgrade_activity_modules($return) {

/**
* This function will return FALSE if the lock fails to be set (ie, if it's already locked)
*
* @param string $name ?
* @param bool $value ?
* @param int $staleafter ?
* @param bool $clobberstale ?
* @todo Finish documenting this function
*/
function set_cron_lock($name,$value=true,$staleafter=7200,$clobberstale=false) {

Expand Down

0 comments on commit 80be7ee

Please sign in to comment.