Closed (fixed)
Project:
G2 Glossary
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2011 at 08:27 UTC
Updated:
22 Aug 2011 at 08:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
fgmThis patch converts all constants to namespace.
Regrettably some constants had to be inlined because
define()supports function calls for initializers butconst does not.Comment #2
fgmCommitted to 7.x since all tests pass.