remove a debug die(print_r())
This commit is contained in:
parent
4001f2e70f
commit
aad442c3a5
@ -379,8 +379,6 @@ function fulcrm_shoppingcart_buy_eventbookingtype_form( $form, &$form_state, $pe
|
||||
|
||||
// $form[ 'person' ] = fulcrm_collection_to_form( 'person', $eventbookingtype[ 'person_ddatacollection' ], $person[ 'd' ] );
|
||||
|
||||
die( print_r( $person, 1 ) );
|
||||
|
||||
if ( array_key_exists( 'name', $person ) )
|
||||
$persons = array( 'myself' => $person[ 'name' ] . ' (myself)' );
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user