From bbb44a7f337c00a7e01463077055e0fda0fc66b5 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 12 May 2011 15:15:45 +0000 Subject: [PATCH] 2011-05-12 Miguel de Dios * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/users/configure_user.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 40461d7ac4..aa771f4f53 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-05-12 Miguel de Dios + + * 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 * include/functions.php: added new parameter for the "check_acl" function diff --git a/pandora_console/godmode/users/configure_user.php b/pandora_console/godmode/users/configure_user.php index 840b00ee50..73eba708f3 100644 --- a/pandora_console/godmode/users/configure_user.php +++ b/pandora_console/godmode/users/configure_user.php @@ -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);