From 7a3f81cd099b4a1c12531883c099b6e98dbe3904 Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 22 May 2018 01:04:45 +0200 Subject: [PATCH] Definimos $Col, $D y $BloqueAnt --- html/inscripcion.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/inscripcion.php b/html/inscripcion.php index a6ac984..a021e7a 100755 --- a/html/inscripcion.php +++ b/html/inscripcion.php @@ -407,6 +407,9 @@ if (count ($Grupos) > 1) { } } + $Col = 0; + $D = array(); + $BloqueAnt = ""; foreach ($Grupos as $G) { if (substr ($G, 0, 2) != $BloqueAnt) { $Fila = 0; -- 2.30.2