Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 22:01 UTC
Updated:
20 Oct 2008 at 22:41 UTC
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']);
| Comment | File | Size | Author |
|---|---|---|---|
| issue-REQUEST_TIME.patch | 640 bytes | lilou |
Comments
Comment #1
catchyep.
Comment #2
webchickThanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.