Clear the group_array between iterations

This commit is contained in:
markjcrane 2023-05-27 12:16:42 -06:00
parent c679165016
commit 8eb36dc7c2
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
$parameters['menu_item_uuid'] = $menu_item_uuid;
$database = new database;
$sub_result = $database->select($sql, $parameters, 'all');
unset($sql, $parameters, $group_list);
unset($sql, $parameters, $group_array);
$group_list = '';
if (!empty($sub_result) && sizeof($sub_result) != 0) {