function location_user_migrate_prepare_location_user in Migrate Extras 6
Implementation of hook_migrate_prepare().
File
- ./
location_user.migrate.inc, line 36 - Integrates location_user module (part of location) with the migrate module
Code
function location_user_migrate_prepare_location_user(&$uloc, $tblinfo, $row) {
return location_migrate_prepare_location($uloc, $tblinfo, $row);
}