[20952] Fix: simplify

Sigurd Nes <[email protected]> Wed, 13 Jan 2010 19:06:11 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20952
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20952
Author:   sigurdne
Date:     2010-01-13 19:06:11 +0000 (Wed, 13 Jan 2010)
Log Message:
-----------
Fix: simplify

Modified Paths:
--------------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php

Modified: people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php	2010-01-13 19:03:41 UTC (rev 20951)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.browser.inc.php	2010-01-13 19:06:11 UTC (rev 20952)
@@ -251,7 +251,8 @@
 		*/
 		function content_header($fn='',$mime='',$length='',$nocache=True)
 		{
-			if($mime != 'text/plain')
+		//	if($mime != 'text/plain')
+			if( !$mime )
 			{
 				$mime_magic = createObject('phpgwapi.mime_magic');
 				$mime = $mime_magic->filename2mime($fn);