Changeset 1805
- Timestamp:
- 09/07/10 21:04:22 (17 months ago)
- Files:
-
- 1 modified
-
trunk/site/races.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/site/races.php
r1804 r1805 41 41 if ( strstr(substr($table, 0, 2), "WP") ) { 42 42 $WP = $fullRacesObj->races->giveWPCoordinates(substr($table,2)); 43 $cellcontent = $WP['libelle']." (".$table." ".getWaypointHTMLSymbols( intval(substr($table,2)))." )";43 $cellcontent = $WP['libelle']." (".$table." ".getWaypointHTMLSymbols($WP['wpformat'])." )"; 44 44 } else { 45 45 $cellcontent = ucfirst($table); … … 49 49 if ( strstr(substr($table, 0, 2), "WP") ) { 50 50 $WP=$fullRacesObj->races->giveWPCoordinates(substr($table,2)); 51 $tlabel=$WP['libelle']." (".$table." ".getWaypointHTMLSymbols( intval(substr($table,2)))." )";51 $tlabel=$WP['libelle']." (".$table." ".getWaypointHTMLSymbols($WP['wpformat'])." )"; 52 52 } else { 53 53 $tlabel=$table; 54 54 } 55 55 $cellcontent="<a title=\"".ucfirst($tlabel)."\" href=\"" . $_SERVER["PHP_SELF"] . "?idraces=" . $fullRacesObj->races->idraces . "&type=".$table. "\">"; 56 $cellcontent.=$table ;56 $cellcontent.=$table." ".getWaypointHTMLSymbols($WP['wpformat']); 57 57 $cellcontent.="</a>"; 58 58 }
