Show
Ignore:
Timestamp:
09/10/06 11:52:49 (2 years ago)
Author:
mbonetti
Message:

Locale selection in the admin, LC_ALL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/admin/config.php

    r1561 r1569  
    298298        case 'rss.output.lang': 
    299299            $langs = getLanguages(); 
     300 
    300301            $codes = array_keys($langs); 
    301302            $out_val = implode(',',$codes);