Extra Carriage Return in module.inc

Arnoldjw
Arnoldjw's picture

Joined: 2004-05-16
Posts: 54
Posted: Sun, 2004-05-16 02:46

Just an FYI there is an extra line on the module.inc line 99

It breaks php's interaction with the headers:

Warning: Cannot modify header information - headers already sent by (output started at C:\Webroot\Apache2\htdocs\gallery2\modules\remote\module.inc:196) in C:\Webroot\Apache2\htdocs\gallery2\main.php on line 193

RCS file: /cvsroot/gallery/gallery2/modules/remote/module.inc

Hope I posted this in the right spot.
Great app.

thanks for the work to everyone.
John

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2004-05-17 18:26

Thanks for the pointer, John! These files were committed with the wrong line terminators causing it to break on Windows. I just committed a fix for it which should make it out to anonymous cvs within the day.