Call to undefined function drupal_add_css() in signwriter.module on line 8.
This is an intermittent bug that happens sometimes but rarely.
Call to undefined function drupal_add_css() in signwriter.module on line 8.
This is an intermittent bug that happens sometimes but rarely.
Comments
Comment #1
agileware commentedFixed by moving drupal_add_css() call to hook_menu() !$may_cache
This is a drupal 5 only issue.
For more information see http://api.drupal.org/api/function/hook_init/5
Commit - http://drupal.org/cvs?commit=376350