File tree Expand file tree Collapse file tree
com_ccpbiosim/site/tmpl/events Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class="icon-plus"></i>
6161 <div id="conferences" class="accordion-collapse collapse show">
6262 <div class="accordion-body p-0">
6363 <?php foreach ($ this ->items as $ i => $ item ) : ?>
64- <?php if ($ item ->category == "Conferences " && Factory::getDate ($ item ->enddatetime > Factory::getDate ()): ?>
64+ <?php if ($ item ->category == "Conferences " && Factory::getDate ($ item ->enddatetime ) > Factory::getDate ()): ?>
6565 <ul class="list-group list-group-flush">
6666 <a href="<?php echo Route::_ ('index.php?option=com_ccpbiosim&view=event&id= ' .(int ) $ item ->id ); ?> "
6767 class="list-group-item list-group-item-action d-flex align-items-start gap-3">
@@ -135,7 +135,7 @@ class="list-group-item list-group-item-action d-flex align-items-start gap-3">
135135 <div id="workshops" class="accordion-collapse collapse">
136136 <div class="accordion-body p-0">
137137 <?php foreach ($ this ->items as $ i => $ item ) : ?>
138- <?php if ($ item ->category == "Training Workshops " && Factory::getDate ($ item ->enddatetime > Factory::getDate ()): ?>
138+ <?php if ($ item ->category == "Training Workshops " && Factory::getDate ($ item ->enddatetime ) > Factory::getDate ()): ?>
139139 <ul class="list-group list-group-flush">
140140 <a href="<?php echo Route::_ ('index.php?option=com_ccpbiosim&view=event&id= ' .(int ) $ item ->id ); ?> "
141141 class="list-group-item list-group-item-action d-flex align-items-start gap-3">
You can’t perform that action at this time.
0 commit comments