From 5f2179514748bdffe0b3b71dcc7650da9186a7e7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 22 May 2018 00:55:49 +0200 Subject: [PATCH] =?utf8?q?Arreglo=20errores=20de=20acceso=20a=20=C3=ADndic?= =?utf8?q?e=20al=20imprimir=20la=20tabla=20de=20grupos?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- html/inscripcion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inscripcion.php b/html/inscripcion.php index ed382ea..0186b90 100755 --- a/html/inscripcion.php +++ b/html/inscripcion.php @@ -425,7 +425,7 @@ if (count ($Grupos) > 1) { for ($F = 1; $F <= $MaxF; $F++) { print ("\n"); for ($C = 1; $C <= $Col; $C++) { - print ("" . $D[$C][$F]); + print ("" . ($D[$C][$F] ?? '') . ""); } } print (""); -- 2.30.2