Show
Ignore:
Timestamp:
09/04/10 12:39:41 (21 months ago)
Author:
paparazzia
Message:

loch can be 0 during first vac

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/phpcommon/races.class.php

    r1713 r1757  
    667667 
    668668      // N'entrent dans les tableaux que les bateaux effectivement en course 
    669       if ( $row['nwp'] == "" || $row['loch'] <= 0.1 ) { 
     669      if ( $row['nwp'] == "" ) { 
    670670                continue; 
    671671      }