From 1bbce257c1b1e3b95885ade5f03d8dc97635b8dd Mon Sep 17 00:00:00 2001 From: stee Date: Mon, 21 Aug 2017 12:32:47 -0400 Subject: [PATCH] remove use per travis --- patients/get_patient_documents.php | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/patients/get_patient_documents.php b/patients/get_patient_documents.php index 703c0a67a..a9a6ec9b5 100644 --- a/patients/get_patient_documents.php +++ b/patients/get_patient_documents.php @@ -6,34 +6,19 @@ * The original author did not pursue this but I thought it would be a good addition to * the patient portal * - * Copyright (C) 2015 Terry Hill - * Copyright (C) 2012 Giorgos Vasilakos - * - * 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 3 - * 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 Terry Hill * @author Giorgos Vasilakos + * @copyright Copyright (C) 2015 Terry Hill + * @copyright Copyright (C) 2012 Giorgos Vasilakos * @link http://www.open-emr.org - * + * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("verify_session.php"); include_once("$srcdir/documents.php"); require_once($GLOBALS['fileroot'] . "/controllers/C_Document.class.php"); - // TODO: see if this can be removed (test in PHP 5 and 7)... throwing a warning - use C_Document; - // get the temporary folder $tmp = $GLOBALS['temporary_files_dir']; // get all the documents of the patient -- 2.11.4.GIT