2011-05-12 Miguel de Dios <miguel.dedios@artica.es>

* godmode/users/configure_user.php: fixed the old call to function
	"profile_create_user_profile", I sorry that the before overwrite was mine.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4348 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2011-05-12 15:15:45 +00:00
parent 4efdf57618
commit 91429b9118
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-05-12 Miguel de Dios <miguel.dedios@artica.es>
* godmode/users/configure_user.php: fixed the old call to function
"profile_create_user_profile", I sorry that the before overwrite was mine.
2011-05-12 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: added new parameter for the "check_acl" function

View File

@ -230,7 +230,7 @@ if ($add_profile) {
$profile2 = (int) get_parameter ('assign_profile');
db_pandora_audit("User management",
"Added profile for user ".io_safe_input($id2), false, false, 'Profile: ' . $profile2 . ' Group: ' . $group2);
$return = create_user_profile ($id2, $profile2, $group2);
$return = profile_create_user_profile($id2, $profile2, $group2);
if ($enterprise_include) {
add_enterprise_db_data_user_profile_form($return);