diff -Naurw moodle-clean/moodle/blocks/mrbs/web/week.php moodle-dev/blocks/mrbs/web/week.php --- moodle-clean/moodle/blocks/mrbs/web/week.php 2008-11-26 11:58:24.000000000 +0000 +++ moodle-dev/blocks/mrbs/web/week.php 2009-05-08 15:20:04.000000000 +0100 @@ -25,7 +25,7 @@ if (empty($debug_flag)) $debug_flag = 0; -$num_of_days=7; #could also pass this in as a parameter or whatever // let's not -ab. +$num_of_days=5; #could also pass this in as a parameter or whatever // let's not -ab. # If we don't know the right date then use today: if (($day==0) or ($month==0) or ($year==0)) //I think we should separate these out and handle each variable independently -ab