diff --git a/src/addCapacidadProfesional.php b/src/addCapacidadProfesional.php
index c9ec925..06f3754 100644
--- a/src/addCapacidadProfesional.php
+++ b/src/addCapacidadProfesional.php
@@ -8,11 +8,13 @@ include LOCALE.LOCALESET."lenguaje.php";
+
+
@@ -76,7 +78,7 @@ if(stripinput($_POST['action'])=="add"){
for ($i=0; $i < count($tecnologias); $i++)
$tecnologias[$i]=$tecnologias[$i]."-";
$CapacidadProfesional->addTecnologias($tecnologias);
- header("Location: gestionCapacidadProfesional.php?id=".$idCapacidadNew);
+ //header("Location: gestionCapacidadProfesional.php?id=".$idCapacidadNew);
} else {
$tipomsg="error";
$mensaje="No se ha podido insertar";
@@ -97,7 +99,6 @@ if($mensaje!=""){
echo "".$mensaje."
";
}
echo $locale['286'];
-
echo "";
-
?>
diff --git a/src/gestionCapacidadProfesional.php b/src/gestionCapacidadProfesional.php
index 5336a09..e64d357 100644
--- a/src/gestionCapacidadProfesional.php
+++ b/src/gestionCapacidadProfesional.php
@@ -8,6 +8,7 @@ include LOCALE.LOCALESET."lenguaje.php";
+
@@ -183,10 +184,8 @@ echo '';
echo '';
echo ' ';
echo '';
-
echo "";
-
?>