2011-08-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/users/configure_user.php: Reload page to update skin. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4852 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5e4e2893b0
commit
e031984e9d
|
@ -1,3 +1,7 @@
|
|||
2011-08-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/users/configure_user.php: Reload page to update skin.
|
||||
|
||||
2011-08-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_graph.php, include/graphs/functions_fsgraph.php,
|
||||
|
|
|
@ -74,6 +74,7 @@ $add_profile = (bool) get_parameter ('add_profile');
|
|||
$delete_profile = (bool) get_parameter ('delete_profile');
|
||||
$update_user = (bool) get_parameter ('update_user');
|
||||
|
||||
|
||||
if ($new_user && $config['admin_can_add_user']) {
|
||||
$user_info = array ();
|
||||
$id = '';
|
||||
|
@ -201,6 +202,9 @@ if ($update_user) {
|
|||
|
||||
$res1 = update_user ($id, $values);
|
||||
|
||||
// Reload page to update skin
|
||||
header ('location:' . $config['homeurl'] . '/index.php?sec=gusuarios&sec2=godmode/users/configure_user&id=' . $id);
|
||||
|
||||
if ($config['user_can_update_password']) {
|
||||
$password_new = (string) get_parameter ('password_new', '');
|
||||
$password_confirm = (string) get_parameter ('password_confirm', '');
|
||||
|
|
Loading…
Reference in New Issue