From 8f822725920e5ce224689fee5143720ed7dd3499 Mon Sep 17 00:00:00 2001 From: rmontanana Date: Wed, 26 Mar 2014 16:31:24 +0100 Subject: [PATCH] =?UTF-8?q?solve=20#24=20Arreglado=20a=C3=B1adiendo=20en?= =?UTF-8?q?=20insertar=20un=20valor=20null=20en=20el=20caso=20de=20"NOHACE?= =?UTF-8?q?RNADA"=20Arreglado=20peque=C3=B1o=20problema=20de=20formato=20d?= =?UTF-8?q?el=20grid=20bootstrap=20en=20resoluciones=20peque=C3=B1as.=20?= =?UTF-8?q?=20Changes=20to=20be=20committed:=20=09modified:=20=20=20Manten?= =?UTF-8?q?imiento.php=20=09modified:=20=20=20plant/bootstrap.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mantenimiento.php | 4 +++- plant/bootstrap.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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} -
+