################################################################################
# getRegistrationListSmb()
################################################################################
function getRegistrationListSmb() {
$registrationList = array();
if (!isset($GLOBALS['gDbDrupalNed'])) $GLOBALS['gDbDrupalNed'] = new CDbDrupalNed;
$dbResult = $GLOBALS['gDbDrupalNed']->selectRegistrationsSmb(10532);
while ($row = $dbResult->getRow()) {
array_push($registrationList, array(
"entity_id" => $row['entity_id'],
"registration_id" => $row['registration_id'],
"created" => $row['created'],
"full_name" => $row['name'],
"last_name" => $row['field_last_name_value'],
"first_name" => $row['field_first_name_value'],
"anon_mail" => $row['anon_mail'],
"number_attending_ceremony" => $row['field_number_attending_ceremony_value'],
"number_attending_reception" => $row['field_number_attending_reception_value'],
"entity" => $row['field_entity_value'],
"title" => $row['field_title_value'])
);
}
return $registrationList;
}
?>
General Order No. 2020-03 IN RE Novel Coronavirus and COVID-19 Disease | District of Nebraska | United States District Court
Skip to main content