]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14630 Merged My Moodle fix for Mentees from 1.9
authormoodler <moodler>
Thu, 1 May 2008 05:39:50 +0000 (05:39 +0000)
committermoodler <moodler>
Thu, 1 May 2008 05:39:50 +0000 (05:39 +0000)
blocks/mentees/block_mentees.php

index 60beae9ff795768055fa2446230028eecf8a3e57..87a85e40cfaf9c2c0f2f9680c05ca18d37b87ca8 100755 (executable)
@@ -8,7 +8,7 @@ class block_mentees extends block_base {
     }
 
     function applicable_formats() {
-        return array('all' => true, 'my' =>false, 'tag' => false);
+        return array('all' => true, 'tag' => false);
     }
 
     function specialization() {