Changeset 1781

Show
Ignore:
Timestamp:
09/06/10 11:07:25 (17 months ago)
Author:
spf
Message:

weird case of apostrophe in wp name...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/myboat.php

    r1780 r1781  
    163163         // label = colonne wptype de races_waypoints 
    164164         $wp_label=$wp['wptypelabel']; 
    165          $wp_libelle=htmlentities($wp['libelle']); 
     165         $wp_libelle=str_replace("'", "'", htmlentities($wp['libelle'])); 
    166166         $wp_laisser_au=$wp['laisser_au']; 
    167167         $wp_maparea=$wp['maparea'];