Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.3
-
Fix Version/s: 4.7
-
Component/s: Drupal Integration Modules
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
A large number PHP Notices are issued when using Drupal views of CiviCRM contacts including State/Provinces as fields and filters. The worst offender is a line in the filter code that concatenates a value to an uninitialized array index.
I am not sure if there is a better approach so I have attached my fix as a patch rather than as a pull request. Let me know if you agree with this change.