From 8db50f81b2fbd89b5be0cc7f12bec506f1ce3b52 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 22 May 2018 00:44:58 +0200 Subject: [PATCH] =?utf8?q?M=C3=A1s=20valores=20por=20defecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html/inscripcion.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/inscripcion.php b/html/inscripcion.php index 35e72c6..230aec8 100755 --- a/html/inscripcion.php +++ b/html/inscripcion.php @@ -75,6 +75,7 @@ $DE += array( "avisodisp" => false, "exigidos" => array(), "tipo" => "", + "certificado" => "si", ); $DI = parsecfg ("jembot.{$I}"); @@ -129,7 +130,7 @@ $Cuenta = (in_array ("Cuenta", $Exigidos) ? "{$DI["nombreusr"]}" : $DI["n $Org = $DE["organizador"]; $Colab = array_merge ((array) $Org, (array) $DE["colaboradores"]); - +$Mensaje = ""; if (in_array ("Cuenta", $Exigidos)) { $Cambios = array ("@fam@" => $DI[$DP["familia"]]); -- 2.30.2