Changeset 1789 for trunk/lib/phpcommon/races.class.php
- Timestamp:
- 09/06/10 16:05:28 (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
r1788 r1789 668 668 669 669 // N'entrent dans les tableaux que les bateaux effectivement en course 670 if ( !array_key_exists('nwp',$row) || ($row[' nwp'] == 0 ) || ($row['nwp'] == "")) {670 if ( !array_key_exists('nwp',$row) || ($row['dnm'] == 0.0) && ($row['loch'] == 0.0)) { 671 671 continue; 672 672 }
