From 7dde16c8e64bb325d76d6a34dfbd971be559219e Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Tue, 1 Jul 2003 19:01:26 +0000 Subject: [PATCH] --- lib/MECON/Tiempo/Banda.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MECON/Tiempo/Banda.php b/lib/MECON/Tiempo/Banda.php index b7f78f9..c76f3ca 100644 --- a/lib/MECON/Tiempo/Banda.php +++ b/lib/MECON/Tiempo/Banda.php @@ -65,7 +65,7 @@ class Banda { if($funcion != 'SE') {//Version tough - $int == null; + $int = null; while( $r = $result->fetchRow() ) { if($r[0] == 'E') $int = new Intervalo(new Hora( $r[1] ), new Hora( $r[1] )); -- 2.43.0