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.