minor phpdoc update

This commit is contained in:
dhawes
2005-12-13 03:44:08 +00:00
parent 735b85670a
commit 80be7ee37e
+7 -1
View File
@@ -11,7 +11,7 @@
*/
/**
* short description (optional)
* upgrade_enrol_plugins
*
* long description
*
@@ -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) {