Changeset 1757 for trunk/lib/phpcommon/races.class.php
- Timestamp:
- 09/04/10 12:39:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/lib/phpcommon/races.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/races.class.php
r1713 r1757 667 667 668 668 // N'entrent dans les tableaux que les bateaux effectivement en course 669 if ( $row['nwp'] == "" || $row['loch'] <= 0.1) {669 if ( $row['nwp'] == "" ) { 670 670 continue; 671 671 }
