Changeset 2915

Show
Ignore:
Timestamp:
02/04/12 09:06:36 (3 months ago)
Author:
paparazzia
Message:

see #244

Location:
trunk/site
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/includes/strings.inc

    r2866 r2915  
    33  'en' =>  
    44  array ( 
     5    "Group Title" => "Group's title", 
     6    "Group Tag" => "Group's !tag", 
     7    "Group Name" => "Group's name", 
     8    "Group Description" => "Group's description", 
     9    "Group(s)" => "Group(s)", 
    510    "Bad value for key" => "Bad value for key", 
    611    "Your id doesn't seem to be valid" => "Your id doesn't seem to be valid", 
     
    462467  'fr' =>  
    463468  array ( 
     469    "Group Title" => "Intitulé du groupe", 
     470    "Group Tag" => "!Tag du groupe", 
     471    "Group Name" => "Nom du groupe", 
     472    "Group Description" => "Description du groupe", 
     473    "Group(s)" => "Groupe(s)", 
    464474    "Bad value for key" => "Mauvaise valeur pour la clef", 
    465475    "Your id doesn't seem to be valid" => "Votre identifiant semble invalide", 
  • trunk/site/races.php

    r2439 r2915  
    256256 
    257257    } else  { //idraces ==0 means display all races 
    258         if (isset($_REQUEST['fulllist']) and $_REQUEST['fulllist']=1) { 
     258        if (get_cgi_var('fulllist', 0)) { 
    259259            echo "<h4>".getLocalizedString("races")."</h4>"; 
    260260            dispHtmlRacesList(); 
  • trunk/site/ws/boatinfo.php

    r2846 r2915  
    120120         'mapDrawtextwp' => 'MDT' 
    121121         ); 
    122     $prefs=listUserPref($idu, "map"); 
    123     foreach($prefs as $k => $v) { 
     122    $prefs= $userObj->feedPrefs(); 
     123     
     124    foreach($userObj->preferences as $k => $v) { 
    124125        $info[$mapvar[$k]] = $v; 
    125126    }