From 153c1237cdbbbb2d56f73b62e0902e0b61e829a0 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 20 Dec 2017 01:17:27 -0800 Subject: [PATCH] remove unused fancyboxy includes from interface/forms/newGroupEncounter/common.php --- interface/forms/newGroupEncounter/common.php | 67 ++++++++-------------------- 1 file changed, 19 insertions(+), 48 deletions(-) diff --git a/interface/forms/newGroupEncounter/common.php b/interface/forms/newGroupEncounter/common.php index b5df4bbd0..13df8dd13 100644 --- a/interface/forms/newGroupEncounter/common.php +++ b/interface/forms/newGroupEncounter/common.php @@ -1,32 +1,22 @@ - * Copyright (C) 2016 Amiel Elboim - * Copyright (C) 2017 Brady Miller - * - * LICENSE: This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * You should have received a copy of the GNU General Public License - * along with this program. If not, see ;. - * - * @package OpenEMR - * @author Amiel Elboim - * @author Brady Miller - * @link http://www.open-emr.org + * @package OpenEMR + * @link http://www.open-emr.org + * @author Amiel Elboim + * @author Brady Miller + * @copyright Copyright (c) 2016 Shachar Zilbershlag + * @copyright Copyright (c) 2016 Amiel Elboim + * @copyright Copyright (c) 2017 Brady Miller + * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("$srcdir/options.inc.php"); require_once("$srcdir/group.inc"); require_once("$srcdir/classes/POSRef.class.php"); +use OpenEMR\Core\Header; use OpenEMR\Services\FacilityService; $facilityService = new FacilityService(); @@ -63,19 +53,10 @@ $ires = sqlStatement("SELECT id, type, title, begdate FROM lists WHERE " . - -<?php echo xlt('Therapy Group Encounter'); ?> - - - +<?php echo xlt('Therapy Group Encounter'); ?> - - - - - - + - - -- 2.11.4.GIT