Tweaks for reading groups

This commit is contained in:
2014-06-18 16:50:31 +10:00
parent db086fbb5f
commit 781acbd9de
3 changed files with 46 additions and 15 deletions

View File

@@ -284,7 +284,7 @@ function booking_coming_page() {
global $event;
$output = "";
$table = "";
//$header = array('Name', 'Occupation', 'State');
//$header = array('Name', 'Team Colour', 'State');
$header = array('Name', 'State');
$booking_limit = variable_get('booking_regn_limit','350');
$rows = array();