phpdoc comment

This commit is contained in:
dhawes
2005-08-30 18:34:41 +00:00
parent cc93459372
commit ea3b979660
+2 -1
View File
@@ -428,7 +428,8 @@ function rss_unhtmlentities($string) {
}
/**
*/
* Wrapper function for rss_get_form
*/
function rss_print_form($act='none', $url='', $rssid='', $preferredtitle='', $courseid='') {
print rss_get_form($act, $url, $rssid, $preferredtitle, $courseid);
}