Changeset 1657 in ExiteCMS for modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/module_installer.php
- Timestamp:
- 08/19/08 17:07:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/forum_threads_list_panel/php-files/modules/forum_threads_list_panel/module_installer.php
r1250 r1657 17 17 $mod_title = "Forum threads body panel"; 18 18 $mod_description = "Shows the latest threads in a body panel, with links to my posts, my threads and new posts panels"; 19 $mod_version = "1.1. 0";19 $mod_version = "1.1.1"; 20 20 $mod_developer = "WanWizard"; 21 21 $mod_email = "wanwizard@gmail.com"; … … 60 60 $localestrings = array(); 61 61 62 $localestrings['en'] = array(); 63 $localestrings['en']['ftlp01'] = "For guest users, only the active threads of the last %s are visible. Please consider becoming a member"; 64 65 $localestrings['nl'] = array(); 66 $localestrings['nl']['ftlp01'] = "Voor gasten zijn alleen de topics van de laatste %s zichtbaar. Wordt lid om alles te kunnen zien"; 67 62 68 /*---------------------------------------------------+ 63 69 | commands to execute when installing this module | … … 87 93 case "1.1.0": 88 94 // upgrade to ExiteCMS v7.1. no upgrade actions for this release 95 case "1.1.1": 96 // added the forum thread filter, and the locale strings for the filter message 89 97 default: 90 98 // do this at every upgrade
Note: See TracChangeset
for help on using the changeset viewer.
