Changeset 1906
- Timestamp:
- 08/27/07 09:25:19 (1 year ago)
- Files:
-
- alternc/trunk/bureau/class/lang_env.php (modified) (1 diff)
- alternc/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/lang_env.php
r874 r1906 48 48 49 49 // User chose a non existent language, select the first available one 50 50 if ($lang == NULL) { 51 $lang = "en_US"; 52 } 51 53 52 54 /* Language ok, set the locale environment */ alternc/trunk/debian/changelog
r1905 r1906 1 1 alternc (0.9.6.5) testing; urgency=low 2 2 3 * Choose english as default language, (#1047) 3 4 * parameter checking in subdomain creation (#1037) 4 5 * Changing ownership of /var/alternc/tmp, makes file upload work again (#1058)
