Change Session display

Re: Change Session display

by Scott Karren -
Number of replies: 0
Well, I didn't get things to look exactly like the table above but I was able to get the sessions to display in a single column descending order.

In facetoface/lib.php within the function facetoface_print_coursemodule_info on or around lines 1832 and 1841 I changed if ($++ % 2 == 0) to if ($++ % 1 == 0) and this worked. Just thought I would let everyone know.

Scott Karren