Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
hello, Ive got a trouble with a part of the code from this module:
within a searchexport_csv_csv function.
I've used it in my module and after I've called it, I've got a file with a redundant content after the expected lines in the file...
So belov the CSV output in the file, there is a code of a whole page, which is unwanted...
I think there will be anything with drupal_set_header function...
Comments
Comment #1
tbee commentedhello, Ive got a trouble with a part of the code from this module:
within a searchexport_csv_csv function.
I've used it in my module and after I've called it, I've got a file with a redundant content after the expected lines in the file...
So belov the CSV output in the file, there is a code of a whole page, which is unwanted...
I think there will be anything with drupal_set_header function...
Can anyone help ?
Thank you !