Closed (fixed)
Project:
erp
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2007 at 08:23 UTC
Updated:
10 Jun 2007 at 13:46 UTC
#It appears as though the drupal 5.x that I have no longer supports the function used in 4.x
#It was neccessary to change the line as below in order for me to install the module.
#
#Line 10 was changed from the deprecated function to the new replacement function
#
#theme_add_style($erp_base_path .'/erp.css');
drupal_add_css($erp_base_path .'/erp.css');
Comments
Comment #1
oadaeh commentedThat isn't a patch. I'll create and submit one later today or tomorrow.
Comment #2
singularoThis has been fixed for ages in head, but not in the snapshot, sorry. Its there now.
Comment #3
(not verified) commented