0)
$justCreatedProductId = $rc;
break;
case "oldList":
$listId = $_POST['oldListId'];
$subCommand = $_POST['bSubmit'];
if($subCommand == "remove")
{
removeShoppingList($listId);
$listId = null;
}
break;
case "trainRhasspy":
echo "Triggering training in Rhasspy has not been implemented, yet.";
break;
}
}
displayShoppingList($listId, $justCreatedProductId);
showDataMaintenance();
echo "