You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$query = "SELECT cast(concat(date, ' ', start_time) as datetime) as start,cast(concat(date, ' ', end_time) as datetime)as end, start_time, end_time, hall_id,case when status='approved' then '#00D700'
else '#D70000'END as color, concat('Event from ', start_time, ' to ', end_time) as title
FROM reservations
WHERE hall_id=$shallId and (status='approved' or status='pending')