Reviewed & tested by the community
Project:
Contact directory
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Oct 2005 at 17:03 UTC
Updated:
1 Oct 2005 at 17:03 UTC
Contacts have different categories, than assigned.
How to fix this bug:
Edit contact_dir.module on line 385 (function _contact_dir_get_select_category) and change it
from
return array_merge($categories, _contact_dir_get_categories());
to
return $categories + _contact_dir_get_categories();
Reason: array_merge reindexes the result (PHP bug?)
Stastie
| Comment | File | Size | Author |
|---|---|---|---|
| contact_dir.module.diff | 136 bytes | wzoom |