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:
juanmanuelr 2011-08-30 14:51:03 +00:00
parent 5e4e2893b0
commit e031984e9d
2 changed files with 8 additions and 0 deletions

View File

@ -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,

View File

@ -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 = '';
@ -200,6 +201,9 @@ if ($update_user) {
$values['flash_chart'] = get_parameter ('flash_charts', $config["flash_charts"]);
$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', '');