Skip to content

Commit

Permalink
no location placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch committed Jun 27, 2024
1 parent 44c690d commit 69849e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions classes/output/mod_booking_renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ public function render_bookingoption_description_view(bookingoption_description
$data['competency'] = $this->prepare_kompetenzen($data['modalcounter'] );
}
$data['botags'] = $this->prepare_botags($data['modalcounter']);
// $data['dates'] = $this->prepare_dates($data['dates'], $data['modalcounter']);
if (!isset($data['location']) || $data['location'] == '') {
$data['location'] = get_string('nolocation', 'local_berta');
}
$data['showcollapse'] = $this->prepare_dates($data);
$settings = singleton_service::get_instance_of_booking_option_settings((int)$data['modalcounter']);

Expand Down

0 comments on commit 69849e6

Please sign in to comment.