]> git.mjollnir.org Git - moodle.git/commitdiff
Added some more options for longtimenosee
authormoodler <moodler>
Sun, 16 Mar 2003 02:35:03 +0000 (02:35 +0000)
committermoodler <moodler>
Sun, 16 Mar 2003 02:35:03 +0000 (02:35 +0000)
admin/config.html

index 4f65567774a13338569955b9d04cea4fb34cc9c4..0473e0cc39466a2eb7019adeec9e8931d068b051 100644 (file)
        $options[90]   = get_string("numdays", "", 90);
        $options[60]   = get_string("numdays", "", 60);
        $options[30]   = get_string("numdays", "", 30);
+       $options[21]   = get_string("numdays", "", 21);
+       $options[14]   = get_string("numdays", "", 14);
        $options[7]   = get_string("numdays", "", 7);
 
        choose_from_menu ($options, "longtimenosee", $config->longtimenosee, "", "", "");