]> git.mjollnir.org Git - moodle.git/commitdiff
fixed number of rss articles in data mod settings - broken during new forms conversion
authorskodak <skodak>
Sun, 17 Dec 2006 21:12:23 +0000 (21:12 +0000)
committerskodak <skodak>
Sun, 17 Dec 2006 21:12:23 +0000 (21:12 +0000)
mod/data/mod_form.php

index 38b6910eb1e6c189e24894c4ace6cfb9a68496a0..358cdb1a94842a72b829c1b18093220114d33054 100644 (file)
@@ -47,7 +47,7 @@ class data_mod_form extends moodleform_mod {
         $mform->addElement('select', 'approval', get_string('requireapproval', 'data'), $ynoptions);
         $mform->setHelpButton('approval', array('requireapproval', get_string('requireapproval', 'data'), 'data'));
 
-        $mform->addElement('select', 'numberrssarticles', get_string('numberrssarticles', 'data') , $countoptions);
+        $mform->addElement('select', 'rssarticles', get_string('numberrssarticles', 'data') , $countoptions);
 
         $mform->addElement('checkbox', 'assessed', get_string("allowratings", "data") , get_string('ratingsuse', 'data'));