diff options
author | albertogp <albertogp@uma.es> | 2013-02-27 07:51:10 +0000 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2013-02-27 07:51:10 +0000 |
commit | 4573cbdef00039f4e8966828ee2572e0654d9cbb (patch) | |
tree | 8e0eaeb7b7c54d7c09182391eb7e476969a79748 /admin/WebConsole/frames.php | |
parent | c5065c82e7d300a7795b619cbb29866572bc3cb8 (diff) |
#557 integraciĆ³n mejora en rama de desarrollo branch/version1.0 (1.0.5pre)
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3640 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/frames.php')
-rw-r--r-- | admin/WebConsole/frames.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/WebConsole/frames.php b/admin/WebConsole/frames.php index 564be519..3ce57233 100644 --- a/admin/WebConsole/frames.php +++ b/admin/WebConsole/frames.php @@ -10,6 +10,12 @@ // ******************************************************************************************************* include_once("./includes/ctrlacc.php"); include_once("./includes/constantes.php"); +$cambiocentro=split(",",$_POST['idmicentro']); +if ( $_POST['idmicentro'] == "" ) +{}else{ +$_SESSION["widcentro"]=$cambiocentro[0]; +$_SESSION["wnombrecentro"]=$cambiocentro[1]; + } if (empty ($idioma)) $idioma="esp"; include_once("./idiomas/php/$idioma/acceso_$idioma.php"); //________________________________________________________________________________________________________ |