Closed (duplicate)
Project:
Drupal Markup Engine
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2008 at 16:31 UTC
Updated:
4 May 2008 at 20:55 UTC
As in the class dmeEngine there is a function that is defined to be static, the module can just be executed on a web server which runs PHP5 (PHP4 can just use static variables inside a function, and doesn't support any visibility declaration).
Declaring that function static is also superfluous, and the code would work even without to declare it static.
Comments
Comment #1
jcfiala commentedThis is a duplicate of http://drupal.org/node/238534.