mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix missing ) in calendar events
This commit is contained in:
@@ -198,7 +198,7 @@ while ($row = mysqli_fetch_array($sql)) {
|
||||
}
|
||||
|
||||
if (strtotime($row['ticket_schedule']) < time()) {
|
||||
if (!empty($row['ticket_schedule']) {
|
||||
if (!empty($row['ticket_schedule'])) {
|
||||
$event_color = "red";
|
||||
} else {
|
||||
$event_color = "green";
|
||||
|
||||
Reference in New Issue
Block a user