]> git.llucax.com Git - z.facultad/75.43/tp1.git/commitdiff
bugfix.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 5 May 2005 02:11:53 +0000 (02:11 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 5 May 2005 02:11:53 +0000 (02:11 +0000)
src/lib/file.log.php

index bcdcb41dec8be0807d29e6fd634e33e9c1b61855..fd073e1ab2b083118056fe3d760ec570e8fc5076 100644 (file)
@@ -60,6 +60,7 @@ function file_log_seek_fecha($fp, $fecha_desde)
         else
         {
             fseek($fp, $seek); // Vuelvo al principio del registro.
+            break;
         }
     }
     return $pos;