in Plugin_Manager 7.x-1.x-dev (2011-Feb-25) if you go to admin/plugin_manager/settings, you get:

Fatal error: Call to undefined function drupal_function_exists() in /home/[account ID]/public_html/sites/all/modules/plugin_manager/plugin_manager.admin.inc on line 871

Comments

DrewMathers’s picture

Workaround:

In plugin_manager.admin.inc, replace all occurrences of "drupal_function_exists" with "function_exists".

DrewMathers’s picture

Status: Active » Needs review
StatusFileSize
new2 KB

Here is a patch to implement this.

paulgemini’s picture

Status: Needs review » Closed (fixed)

Hmmm - this should be marked as closed and fixed. It looks like this patch was committed to 7.x-1.x-dev.