mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-22 22:52:35 +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
|
<?php
|
||||||
// Group services by category, only if there is at least one service
|
// Group services by category, only if there is at least one service
|
||||||
// with a parent category.
|
// with a parent category.
|
||||||
|
$has_category = FALSE;
|
||||||
foreach($available_services as $service) {
|
foreach($available_services as $service) {
|
||||||
if ($service['category_id'] != NULL) {
|
if ($service['category_id'] != NULL) {
|
||||||
$has_category = TRUE;
|
$has_category = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue