]> git.mjollnir.org Git - moodle.git/commitdiff
final step in eliminating the type field recently removed from rss database
authordhawes <dhawes>
Wed, 26 Jan 2005 03:31:34 +0000 (03:31 +0000)
committerdhawes <dhawes>
Wed, 26 Jan 2005 03:31:34 +0000 (03:31 +0000)
lib/rsslib.php

index 0b22b23310de747e6c082c5a97fb270e8b5d959a..a45ed58e46e6d3177a1a1f74c9b8e84b01dd6258 100644 (file)
@@ -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');