fix and chore: pinned maennchen/zipstream-php version to work with arm7 and updated...
[openemr.git] / library / group.inc
blobdabca164bacb94dc1d1bad6b35c9e2df004769df
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - encounter.inc stub that redirects to encounter.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  *
8  * Copyright (C) 2016 Shachar Zilbershlag <shaharzi@matrix.co.il>
9  * Copyright (C) 2016 Amiel Elboim <amielel@matrix.co.il>
10  *
11  * LICENSE: This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 3
14  * of the License, or (at your option) any later version.
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  * You should have received a copy of the GNU General Public License
20  * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
21  *
22  * @package OpenEMR
23  * @author  Shachar Zilbershlag <shaharzi@matrix.co.il>
24  * @author  Amiel Elboim <amielel@matrix.co.il>
25  * @link    http://www.open-emr.org
26  */
28 require_once(dirname(__FILE__) . "/group.inc.php");