A space in REQUEST_TIME define cause a doxygen bug (see first constant in http://api.drupal.org/api/constants/7 ).

-define ('REQUEST_TIME', $_SERVER['REQUEST_TIME']);
+define('REQUEST_TIME', $_SERVER['REQUEST_TIME']);
CommentFileSizeAuthor
issue-REQUEST_TIME.patch640 byteslilou

Comments

catch’s picture

Status: Needs review » Reviewed & tested by the community

yep.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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