diff --git a/Mantenimiento.php b/Mantenimiento.php index d24792f..d618b77 100644 --- a/Mantenimiento.php +++ b/Mantenimiento.php @@ -358,7 +358,9 @@ class Mantenimiento { } $hayImagen = true; $campoImagen = $campo; - } + } else { + $valor = "null"; + } } else { $valor = $_POST[$campo] == "" ? "null" : '"' . $_POST[$campo] . '"'; } diff --git a/plant/bootstrap.html b/plant/bootstrap.html index bc696ec..f63e78e 100644 --- a/plant/bootstrap.html +++ b/plant/bootstrap.html @@ -58,7 +58,7 @@ {menu} -
+