Changeset 2903
- Timestamp:
- 01/22/12 10:50:24 (4 months ago)
- Files:
-
- 1 modified
-
trunk/site/mercator.img.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/mercator.img.php
r2184 r2903 148 148 149 149 if ( $list == "mylist" ) { 150 $list = explode ("," , getUserPref($boat,"mapPrefOpponents") ); 150 $list = explode ("," , getUserPref($boat,"mapPrefOpponents") ); 151 151 //print_r($list); 152 152 } 153 153 if (!in_array($boat, $list)) array_push($list, $boat); 154 154 155 155 156 // Le pas de temps du vent
