From cb3876e833bc1c9fee53d512ce1638e4fada0d78 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Wed, 3 Feb 2010 17:14:21 +0000
Subject: [PATCH] fixed stupid whitespace problem causing "header's already
 sent error" and file downloads to be corrupted

---
 download.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/download.php b/download.php
index 1449c18..5d038e9 100644
--- a/download.php
+++ b/download.php
@@ -19,9 +19,7 @@
 		$current_user = $cas_client->getUser();
 		
 	}
-?>
 
-<?php	
 	if(isset($_GET['id']) && $cas_client->isLoggedIn()) {
 		$id = $_GET['id'];
 		if(!is_numeric($id)){
-- 
GitLab