Add hook_joomla_user()
agentrickard - October 16, 2009 - 15:07
| Project: | Joomla to Drupal |
| Version: | 6.x-1.0-alpha3 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I assumed this function would be present, but it is not.

#1
The attached patch also changes all instances of $user to $account. This is much safer, since $user is a global var and we don't want to accidentally overwrite it.