Changeset 4595
- Timestamp:
- 07/28/07 13:26:28 (6 years ago)
- Files:
-
- modules/branches/2.3/miscapps/functions.inc.php (modified) (1 diff)
- modules/branches/2.3/miscapps/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/miscapps/functions.inc.php
r4583 r4595 129 129 $fc->update(); 130 130 } 131 131 132 ?> 132 modules/branches/2.3/miscapps/module.xml
r4585 r4595 2 2 <rawname>miscapps</rawname> 3 3 <name>Misc Applications</name> 4 <version>0.2.3. 1</version>4 <version>0.2.3.2</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> … … 12 12 </menuitems> 13 13 <changelog> 14 *0.2.3.2* #2177: removed apparently corrupted newline at end of file 14 15 *0.2.3.1* added proper uninstall, removes any feature codes and then table 15 16 *0.2.3* #1902 miscapp always sets/pulls default code now regardless of custom override in featurecodes
