This commit is contained in:
skeeter 2000-10-06 10:02:04 +00:00
parent 9d76ca4a50
commit 959b25ad5c
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
- Fixed setup script not working properly with certain version of MySQL.
- Fixed the participants list in the calendar.
- Fixed permission bug that was not checking users access to an app.
- Applied Patch #101453 - CJK character set display
- Applied Patch #101321 - CZECH lang translation
[0.9.1] - Fixed a few missing variables with templates.
- editing a product in the inventory program now forwards you back to the category

View File

@ -143,6 +143,7 @@
<option value="fr"<?php echo $lang_select["fr"]; ?>>French</option>
<option value="nl"<?php echo $lang_select["nl"]; ?>>Dutch</option>
<option value="kr"<?php echo $lang_select["kr"]; ?>>Korean</option>
<option value="cs"<?php echo $lang_select["cs"]; ?>>Czechoslovakian</option>
</select>
</td>
</tr>