On the first page of the constants for D6 (http://api.drupal.org/api/constants), the first entry has a blank name. This entry should be for TRANSLATION_ENABLED in translation.module.

I looked at the code for both D6 HEAD and D6 RC1, but I can't figure out why the name isn't being shown on the API site. I compared against other constants, such as BLOCK_REGION_NONE in block.module, but everything appears to be the same as far as formatting.

I'm sure I must be overlooking something simple. If someone could point out what I'm missing, I'd be glad to try creating a patch for this.

CommentFileSizeAuthor
#2 remove-space-206881.patch538 bytesscoutbaker

Comments

darren oh’s picture

You left a space after define.

scoutbaker’s picture

Assigned: Unassigned » scoutbaker
Status: Active » Needs review
StatusFileSize
new538 bytes

@Darren Oh - Thanks!

Patch attached to remove the offending space.

darren oh’s picture

Status: Needs review » Reviewed & tested by the community
bdragon’s picture

Project: Documentation » Drupal core
Version: » 6.x-dev
Component: Documentation in CVS » translation.module

Translation.module is not in the Documentation project bailiwick. This is an issue against 6.x core, moving.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.