From 209dea1517fe0b253fb5a0002a9fe67f37fd14ed Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 8 Feb 2013 00:20:34 +0000 Subject: [PATCH] remove trailing spaces in license blocks. --- interface/billing/edih_view.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/billing/edih_view.php b/interface/billing/edih_view.php index c6d4571d1..7706ac5bd 100644 --- a/interface/billing/edih_view.php +++ b/interface/billing/edih_view.php @@ -4,7 +4,6 @@ * * Copyright 2012 Kevin McCormick Longview, Texas * - * * 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 @@ -18,13 +17,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * - * * @author Kevin McCormick * @link: http://www.open-emr.org * @package OpenEMR * @subpackage ediHistory */ - + $sanitize_all_escapes=true; $fake_register_globals=false; require_once(dirname(__FILE__) . "/../globals.php"); -- 2.11.4.GIT