From cfe28fe82b73bbd0b337035cbb29de44a342859d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 May 2005 01:03:57 +0000 Subject: [PATCH] r124: We no longer need the ob_start() at the top of the file. --- attachment.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/attachment.php b/attachment.php index a4f6c22..bbeb0b2 100755 --- a/attachment.php +++ b/attachment.php @@ -15,8 +15,6 @@ $fetchtemplates = array( //'editattach' ); -ob_start(); - require_once('./global.php'); if (isset($bugsys->in['attachmentid'])) -- 2.22.5