From e30da3d40f6369d2763119f7b52ff94c094eaa5b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 18 Aug 2004 08:32:59 +0000 Subject: [PATCH] fix for palm-download as suggested by Peter Hrastnik's patch [ 1010631 ] patch for broken pdb file-download (headers already sent) --- addressbook/inc/class.pdb.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.pdb.inc.php b/addressbook/inc/class.pdb.inc.php index 8b125c1133..9a3dc4bb0e 100644 --- a/addressbook/inc/class.pdb.inc.php +++ b/addressbook/inc/class.pdb.inc.php @@ -157,7 +157,7 @@ fwrite($fd, $content); // And flushes all - flush($fd); + fflush($fd); } /**