get("Add Camper"); ?> get("Add Adult"); ?> get("Add Youth"); ?> null ]; ?>
build("Only showing {x}s.", ["x" => $VARS['filter']]); ?>   get("Remove Filter"); ?>
select( "people", [ 'personid (id)', 'camperid', 'adultid', 'youthid', 'firstname', 'lastname', 'address', 'zip', 'phone1', 'phone2', 'email', 'unit', 'shirt', 'sex' ], $where); foreach ($people as $person) { ?>
get('Actions'); ?> get('First'); ?> get('Last'); ?> get('Type'); ?> get('Phone'); ?> get('Email'); ?> get('Unit'); ?> get('Shirt'); ?> get('Sex'); ?>
get("Edit"); ?> get("Camper"); } else if (!is_null($person['adultid'])) { $Strings->get("Adult"); } else if (!is_null($person['youthid'])) { $Strings->get("Youth"); } ?>
get('Actions'); ?> get('First'); ?> get('Last'); ?> get('Type'); ?> get('Phone'); ?> get('Email'); ?> get('Unit'); ?> get('Shirt'); ?> get('Sex'); ?>