mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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
7d1bd0f14c
commit
2a8bc97958
@ -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>
|
2011-08-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php, include/graphs/functions_fsgraph.php,
|
* 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');
|
$delete_profile = (bool) get_parameter ('delete_profile');
|
||||||
$update_user = (bool) get_parameter ('update_user');
|
$update_user = (bool) get_parameter ('update_user');
|
||||||
|
|
||||||
|
|
||||||
if ($new_user && $config['admin_can_add_user']) {
|
if ($new_user && $config['admin_can_add_user']) {
|
||||||
$user_info = array ();
|
$user_info = array ();
|
||||||
$id = '';
|
$id = '';
|
||||||
@ -200,6 +201,9 @@ if ($update_user) {
|
|||||||
$values['flash_chart'] = get_parameter ('flash_charts', $config["flash_charts"]);
|
$values['flash_chart'] = get_parameter ('flash_charts', $config["flash_charts"]);
|
||||||
|
|
||||||
$res1 = update_user ($id, $values);
|
$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']) {
|
if ($config['user_can_update_password']) {
|
||||||
$password_new = (string) get_parameter ('password_new', '');
|
$password_new = (string) get_parameter ('password_new', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user