Separate permissions for coming and waiting list

This commit is contained in:
2013-10-03 23:21:50 +10:00
parent 89d950f7e3
commit 42c38ba2f0
2 changed files with 8 additions and 8 deletions

View File

@@ -77,9 +77,6 @@ function booking_report_summary() {
if ($person->booking_married == 'Y')
$married_count++;
}
//convert that to years
//$average_age = floor((time() - $average) / (60 * 60 * 24 * 365.25));
//bookings by ecclesia
$query = db_select('booking_person', 'p')