From: dhawes Date: Wed, 26 Jan 2005 03:31:34 +0000 (+0000) Subject: final step in eliminating the type field recently removed from rss database X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bb3e2d74bf18e0c7a33b16c979ba8bf6352d2814;p=moodle.git final step in eliminating the type field recently removed from rss database --- diff --git a/lib/rsslib.php b/lib/rsslib.php index 0b22b23310..a45ed58e46 100644 --- a/lib/rsslib.php +++ b/lib/rsslib.php @@ -393,10 +393,9 @@ function rss_display_feeds($rssid='none') { * @param string $act . * @param string $url . * @param int $rssid . - * @param string $rsstype . - * @param bool $printnow . + * @param bool $printnow True if the generated form should be printed out, false if the string should be returned from this function quietly */ -function rss_get_form($act, $url, $rssid, $rsstype, $printnow=true) { +function rss_get_form($act, $url, $rssid, $printnow=true) { global $USER, $CFG, $_SERVER, $blockid, $blockaction; global $blogid; //hackish, but if there is a blogid it would be good to preserve it $stredit = get_string('edit');