Skip to content

Commit

Permalink
delint2
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Nov 1, 2024
1 parent 126c321 commit 5d565de
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions admin/partials/_meetings_setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,16 @@
$space = Bread::getOption('remove_space') == '1' ? '' : ' ';
$end_time_2 = "9".$space."PM";
$start_time_2 = "8".$space;
if (Bread::getOption('time_clock') == '12') {
$start_time = "8:00".$space."PM";
$end_time = "9:00".$space."PM";
} elseif (Bread::getOption('time_clock') == '24fr') {
$start_time = "20h00";
$end_time = "21h00";
} else {
$start_time = "20:00";
$end_time = "21:00";
}
if (Bread::getOption('time_clock') == '12') {
$start_time = "8:00".$space."PM";
$end_time = "9:00".$space."PM";
} elseif (Bread::getOption('time_clock') == '24fr') {
$start_time = "20h00";
$end_time = "21h00";
} else {
$start_time = "20:00";
$end_time = "21:00";
}
?>
<table>
<tr>
Expand Down

0 comments on commit 5d565de

Please sign in to comment.