I am unable to use the module. Currently have Drupal 7.15 installed and all modules up to date.
I did add one field (admin/config/people/accounts/fields) to the account table - not sure if that caused this.
Here's the error I get:
"Parse error: syntax error, unexpected T_IF in /home/myperf/public_html/sites/all/modules/contact_permissions/contact_permissions.module on line 43"
Any thoughts?
Thanks for the module - just what I need right now and looking forward to implementing it.
Neil
Comments
Comment #1
manuel garcia commentedThanks for the report,
There was a missing semicolon on that line. I've just committed the fix for it, should be fixed in the next dev tarball.
http://drupalcode.org/project/contact_permissions.git/commit/5f3fa90
Comment #2
nfriend commentedAdding the semi-colon worked - thanks for quick response!
Thanks
Neil