mirror of https://github.com/itflow-org/itflow
Fixed some renamed vars
This commit is contained in:
parent
7d47ed4dbd
commit
9223b8cfb1
|
|
@ -938,7 +938,7 @@ if ($config_telemetry > 0 || $config_telemetry == 2) {
|
|||
$recurring_ticket_count = $row['num'];
|
||||
|
||||
// Calendar Event Count
|
||||
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('event_id') AS num FROM events"));
|
||||
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('event_id') AS num FROM calendar_events"));
|
||||
$calendar_event_count = $row['num'];
|
||||
|
||||
// Quote Count
|
||||
|
|
|
|||
Loading…
Reference in New Issue