process names fields to always be Title Case
This commit is contained in:
@@ -148,12 +148,10 @@ function booking_report_summary() {
|
||||
$amount_owing = _booking_amount_owing($person, 0, FALSE);
|
||||
|
||||
//calculate the travel link
|
||||
if ($person->tid > 0)
|
||||
{
|
||||
if ($person->tid > 0) {
|
||||
$travel_link = l(t('Travel'), t('node/!id/edit', array('!id' => $person->tid)));
|
||||
}
|
||||
else
|
||||
{
|
||||
else {
|
||||
$travel_link = t('N/A');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user