X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/cacc1525e7102dfef7964462a50e4ff13f02dcc6..9aa1852b91ffebb85791293a28556e9c113c2dbf:/lib/MECON/Tiempo/Banda.php diff --git a/lib/MECON/Tiempo/Banda.php b/lib/MECON/Tiempo/Banda.php index b7f78f9..8fe1d49 100644 --- a/lib/MECON/Tiempo/Banda.php +++ b/lib/MECON/Tiempo/Banda.php @@ -1,19 +1,28 @@ - | -// +--------------------------------------------------------------------+ -// -// $URL$ -// $Rev$ -// $Date$ -// $Author$ -// + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ require_once 'DB.php'; // FIXME - esto debe volar!!! require_once 'MECON/Tiempo/Intervalo.php'; @@ -65,7 +74,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] )); @@ -367,5 +376,4 @@ class Banda { } -// $Id$ ?>