]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorGonzalo Merayo <merayo@gmail.com>
Tue, 1 Jul 2003 19:01:26 +0000 (19:01 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Tue, 1 Jul 2003 19:01:26 +0000 (19:01 +0000)
lib/MECON/Tiempo/Banda.php

index b7f78f996d528f233143862502c0e8a08bac1673..c76f3ca25ea2c181c3ad46a06b74bf9ec796a015 100644 (file)
@@ -65,7 +65,7 @@ class Banda {
 
     if($funcion != 'SE')
     {//Version tough
 
     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] ));
       while( $r = $result->fetchRow() )
       {
         if($r[0] == 'E') $int = new Intervalo(new Hora( $r[1] ), new Hora( $r[1] ));