installed quicktags.. enabled access rights and get this when opening any edit window:

Fatal error: Call to undefined function: theme_stylesheet_import() in /drupal/modules/quicktags/quicktags.module on line 124

Comments

KrisBulman’s picture

running latest version of drupal 5

KrisBulman’s picture

read the fix for this issue in a previous post..

modified line 124 to:

drupal_add_css($stylesheet);

why has this not already been committed to the latest rev?

tcblack’s picture

Assigned: Unassigned » tcblack
Status: Active » Closed (duplicate)

In part because a proper patch was not supplied per diff and patch requirements.
I'm marking this a duplicate of http://drupal.org/node/198326 where a proper patch has been supplied.