mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Opps forgot to add event description to client events Fixes #273
This commit is contained in:
@@ -22,6 +22,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM calendars LEFT JOIN events ON calenda
|
||||
while($row = mysqli_fetch_array($sql)){
|
||||
$event_id = $row['event_id'];
|
||||
$event_title = $row['event_title'];
|
||||
$event_description = $row['event_description'];
|
||||
$event_start = $row['event_start'];
|
||||
$event_end = $row['event_end'];
|
||||
$event_repeat = $row['event_repeat'];
|
||||
|
||||
Reference in New Issue
Block a user