Changeset 1788 for trunk/site/ics.php

Show
Ignore:
Timestamp:
09/06/10 14:27:57 (21 months ago)
Author:
spf
Message:

added races description + factorization of symbols for race special instructions [See #34]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/ics.php

    r1612 r1788  
    44 
    55    if ($idraces != 0) { 
    6         $ro = new Races($idraces); 
     6        $ro = new races($idraces); 
    77        echo $ro->htmlRaceDescription(); 
    88    }