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:
David Arranz 2011-04-06 12:06:48 +00:00
parent e167e0f622
commit ba620534e4

View File

@ -19,7 +19,12 @@ switch (stripinput($_GET['msg'])) {
} }
echo $mensaje; echo $mensaje;
if (isset($variablesExtra)) {
if ($variablesExtra != "") $variablesExtra = "&" . $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">