diff -Naurw moodle-clean/moodle/blocks/mrbs/web/day.php moodle-dev/blocks/mrbs/web/day.php --- moodle-clean/moodle/blocks/mrbs/web/day.php 2009-04-22 10:42:17.000000000 +0100 +++ moodle-dev/blocks/mrbs/web/day.php 2009-05-08 13:55:01.000000000 +0100 @@ -284,7 +284,8 @@ echo " " - . htmlspecialchars($row[0]) . ($row[1] > 0 ? "($row[1])" : "") . ""; + . htmlspecialchars($row[0]) . ($row[1] > 0 ? "($row[1])" : "") . " +
$row[3]";//print the room description as well $rooms[] = $row[2]; }