The .install files for pgapi and it's sub-modules contain blank lines after the closing "?>" php tag. This results in php errors like:

Cannot modify header information - headers already sent by (output started at /home/rcourtna/workspace/drupal/sites/all/modules/pgapi/pgapi.install:52) in /home/rcourtna/workspace/drupal/includes/common.inc on line 319.

(See "PHP Code Tags" section of http://drupal.org/coding-standards).

The attached patch removes the closing php tags from all .install files.

CommentFileSizeAuthor
pgapi_closephp.patch1.86 KBryan_courtnage

Comments

mjvs@groups.drupal.org’s picture

Status: Needs review » Reviewed & tested by the community

Yep, patch looks good.

gor’s picture

Version: 6.x-1.x-dev » 6.x-1.2-beta4
Assigned: Unassigned » gor
Status: Reviewed & tested by the community » Fixed
gor’s picture

Status: Fixed » Closed (fixed)