Changeset 1906

Show
Ignore:
Timestamp:
08/27/07 09:25:19 (1 year ago)
Author:
benjamin
Message:

Choose english if the language is not available. Fixes #1047

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/lang_env.php

    r874 r1906  
    4848 
    4949// User chose a non existent language, select the first available one  
    50  
     50if ($lang == NULL) { 
     51  $lang = "en_US"; 
     52
    5153 
    5254/* Language ok, set the locale environment */ 
  • alternc/trunk/debian/changelog

    r1905 r1906  
    11alternc (0.9.6.5) testing; urgency=low 
    22 
     3  * Choose english as default language, (#1047) 
    34  * parameter checking in subdomain creation (#1037) 
    45  * Changing ownership of /var/alternc/tmp, makes file upload work again (#1058)