mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
Corrected undefined variable error in calendar.php
This commit is contained in:
parent
8fddb814a7
commit
ba5ef4d326
1 changed files with 413 additions and 412 deletions
|
@ -122,6 +122,7 @@
|
|||
<?php
|
||||
// Group services by category, only if there is at least one service
|
||||
// with a parent category.
|
||||
$has_category = FALSE;
|
||||
foreach($available_services as $service) {
|
||||
if ($service['category_id'] != NULL) {
|
||||
$has_category = TRUE;
|
||||
|
|
Loading…
Reference in a new issue