Skip to content

Commit

Permalink
MDL-30975 Docs - add phpdocs @param to report_log_print_graph()
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 13, 2012
1 parent 35d8759 commit 277c811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion report/log/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* @param stdClass $course course instance
* @param int $userid id of the user whose logs are needed
* @param string $type type of logs graph needed (usercourse.png/userday.png)
* @param int $date timestamp in GMT (seconds since epoch)
* @return void
*/
function report_log_print_graph($course, $userid, $type, $date=0) {
Expand Down Expand Up @@ -603,4 +604,4 @@ function report_log_print_selector_form($course, $selecteduser=0, $selecteddate=
echo '<input type="submit" value="'.get_string('gettheselogs').'" />';
echo '</div>';
echo '</form>';
}
}

0 comments on commit 277c811

Please sign in to comment.