use profile_store_lowlevel() when importing profile structures to ensure all non-null fields are present
This commit is contained in:
@@ -180,7 +180,7 @@ function import_profiles($channel, $profiles) {
|
||||
$profile['thumb'] = z_root() . '/photo/' . basename($profile['thumb']);
|
||||
}
|
||||
|
||||
create_table_from_array('profile', $profile);
|
||||
profile_store_lowlevel($profile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user