From bb3e2d74bf18e0c7a33b16c979ba8bf6352d2814 Mon Sep 17 00:00:00 2001 From: dhawes Date: Wed, 26 Jan 2005 03:31:34 +0000 Subject: [PATCH] final step in eliminating the type field recently removed from rss database --- lib/rsslib.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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'); -- 2.39.5