+2006-04-12 Stanislas Rolland <stanislas.rolland@fructifor.ca>
+
+ * Fix bugtracker issue 3172: MIME type determination crashing (HEAD request)
+
2006-04-10 Michael Stucki <michael@typo3.org>
* Merging all changes from TYPO3_4-0 branch back into HEAD
if(!$fp) {
return false;
} else {
- fputs($fp,'HEAD '.$getAdr.' HTTP/1.0\r\nHost: '.$pathInfo['host'].'\r\n\r\n');
+ fputs($fp,'HEAD '.$getAdr." HTTP/1.0\r\nHost: ".$pathInfo['host']."\r\n\r\n");
while(!feof($fp)) {
$thePortion= fgets($fp,128);
if (eregi("(^Content-Type: )(.*)",trim($thePortion), $reg)) {