put ucname function back for node updates
This commit is contained in:
@@ -8,8 +8,8 @@ function booking_node_presave($node) {
|
||||
$title = t('!event registration: !name', array(
|
||||
'!event' => $event->booking_eventname,
|
||||
// no longer needed since applied at node creation
|
||||
//'!name' => _booking_ucname($node->booking_firstname . ' ' . $node->booking_lastname),
|
||||
'!name' => $node->booking_firstname . ' ' . $node->booking_lastname,
|
||||
'!name' => _booking_ucname($node->booking_firstname . ' ' . $node->booking_lastname),
|
||||
//'!name' => $node->booking_firstname . ' ' . $node->booking_lastname,
|
||||
));
|
||||
|
||||
//strip any emojis from user input if that feature is enabled
|
||||
|
Reference in New Issue
Block a user