2011-10-10 Sergio Martin <sergio.martin@artica.es>
* godmode/users/configure_user.php: Deleted old fix of juanma to refresh skins when update to fix password update bug git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5056 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
00a193cf4b
commit
660b30b5dc
|
@ -1,3 +1,8 @@
|
|||
2011-10-10 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/users/configure_user.php: Deleted old fix of juanma to
|
||||
refresh skins when update to fix password update bug
|
||||
|
||||
2011-10-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* operation/agentes/estado_ultimopaquete.php: Fixed layout in this
|
||||
|
|
|
@ -248,14 +248,6 @@ if ($update_user) {
|
|||
}
|
||||
|
||||
$user_info = $values;
|
||||
|
||||
// Reload page to update skin
|
||||
if ($res1){
|
||||
header ('location:' . $config['homeurl'] . '/index.php?sec=gusuarios&sec2=godmode/users/configure_user&id=' . $id . "&status=1");
|
||||
}
|
||||
else{
|
||||
header ('location:' . $config['homeurl'] . '/index.php?sec=gusuarios&sec2=godmode/users/configure_user&id=' . $id . "&status=0");
|
||||
}
|
||||
}
|
||||
|
||||
if ($status != -1){
|
||||
|
|
Loading…
Reference in New Issue