X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2Fexamples%2FParticipant%2FNestedDelete.php;h=29e716316199148a9737293d10e54a9163aeb078;hb=9f1b81e0ac968205dc1aa169eea1dc1d243957f8;hp=a2a9bc18f376aea5034d61e593910ba822210024;hpb=359e2c1d2090baaacc43478765782ae9383f7bd5;p=civicrm-core.git diff --git a/api/v3/examples/Participant/NestedDelete.php b/api/v3/examples/Participant/NestedDelete.php index a2a9bc18f3..29e7163161 100644 --- a/api/v3/examples/Participant/NestedDelete.php +++ b/api/v3/examples/Participant/NestedDelete.php @@ -41,8 +41,8 @@ function participant_get_expectedresult(){ 'display_name' => 'Mr. Anthony Anderson II', 'event_id' => '38', 'event_title' => 'Annual CiviCRM meet', - 'event_start_date' => '2008-10-21 00:00:00', - 'event_end_date' => '2008-10-23 00:00:00', + 'event_start_date' => '2013-07-29 00:00:00', + 'event_end_date' => '2013-08-04 00:00:00', 'participant_id' => '2', 'participant_fee_level' => '', 'participant_fee_amount' => '', @@ -75,8 +75,8 @@ function participant_get_expectedresult(){ 'display_name' => 'Mr. Anthony Anderson II', 'event_id' => '38', 'event_title' => 'Annual CiviCRM meet', - 'event_start_date' => '2008-10-21 00:00:00', - 'event_end_date' => '2008-10-23 00:00:00', + 'event_start_date' => '2013-07-29 00:00:00', + 'event_end_date' => '2013-08-04 00:00:00', 'participant_id' => '3', 'participant_fee_level' => '', 'participant_fee_amount' => '',