mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Finished adding event description
This commit is contained in:
@@ -24,6 +24,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM events, calendars WHERE event_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