When trying to install the 5.x-2.0 module in Drupal 5, you can't; it says that it has a dependency on "array." Looking at the autocomplete_node_finder.info file, I can see the culprit:

dependencies[] = content

I suppose that works for Drupal 6, but not 5? One can also find this line in the same file:
core = 6.x

I then wonder if the code in the module is really the code for Drupal 5?

Comments

danielb’s picture

Status: Active » Fixed

Thanks mate, it's my first managing multiple branches of a module.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.