Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 14:44 UTC
Updated:
16 Mar 2009 at 15:26 UTC
Hi! I have seen this around quite a lot recently. Please do update the dependencies line in your info files to reflect the latest API of Drupal. It has changed from
dependencies = module_name_a module_name_b module_name_c
to
dependencies[] = module_name_a
dependencies[] = module_name_b
dependencies[] = module_name_c
Comments
Comment #1
wim leersAll included modules that have been ported to Drupal 6 use this new format. All others deliberately don't, not until they've been ported.