mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 21:29:45 +02:00
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:
@ -157,7 +157,7 @@
|
||||
fwrite($fd, $content);
|
||||
|
||||
// And flushes all
|
||||
flush($fd);
|
||||
fflush($fd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user