Arreglo de fallos PHP
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@20 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
e167e0f622
commit
ba620534e4
@ -6,7 +6,7 @@ include_once("seguridad.php");
|
|||||||
*/
|
*/
|
||||||
// Recuperamos la lista de candidatos
|
// Recuperamos la lista de candidatos
|
||||||
|
|
||||||
$variables="";
|
$variables = "" ;
|
||||||
|
|
||||||
// Comprobamos mensajes que pueden llegar hasta aqui
|
// Comprobamos mensajes que pueden llegar hasta aqui
|
||||||
switch (stripinput($_GET['msg'])) {
|
switch (stripinput($_GET['msg'])) {
|
||||||
@ -19,7 +19,12 @@ switch (stripinput($_GET['msg'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo $mensaje;
|
echo $mensaje;
|
||||||
if($variablesExtra!="") $variablesExtra="&".$variablesExtra;
|
|
||||||
|
if (isset($variablesExtra)) {
|
||||||
|
if ($variablesExtra != "") $variablesExtra = "&" . $variablesExtra;
|
||||||
|
} else {
|
||||||
|
$variablesExtra = "";
|
||||||
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div style="float:left; padding-top:10px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC;background-color:#F0F0F0">
|
<div style="float:left; padding-top:10px; border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC;background-color:#F0F0F0">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user