fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent)

This commit is contained in:
Ralf Becker 2004-08-18 08:32:59 +00:00
parent ef7e5ca4b6
commit e30da3d40f

View File

@ -157,7 +157,7 @@
fwrite($fd, $content);
// And flushes all
flush($fd);
fflush($fd);
}
/**