When editing a user profile the site dies with the PHP error:
Fatal error: Call to undefined function: array_intersect_key() in /var/www/html/drupal-4.7/modules/roleassign/roleassign.module on line 100
I think this was claimed to be fixed from a previous bug report?
Comments
Comment #1
buddaThe PHP4 function to fix this is in http://drupal.org/node/85547
Comment #2
buddaThe 4.7 version of the module needs the fix applying as mentioned in http://drupal.org/node/85547
Comment #3
TBarregren commentedThis is already fixed in the head. I have now merged head and the 4.7 branch, so both are up-to-date.