X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/cacc1525e7102dfef7964462a50e4ff13f02dcc6..af6c2656b4ea662ac1707f7fcd8a1d735dd717d8:/lib/MECON/Tiempo/Banda.php 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] ));