Changeset 4596
- Timestamp:
- 07/28/07 13:29:20 (6 years ago)
- Files:
-
- modules/branches/2.2 (modified) (1 prop)
- modules/branches/2.2/miscapps/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/miscapps/module.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2
- Property svnmerge-integrated changed from /modules/branches/2.1:1-2166,2289,2414,2419,2424,2430,2449,2458,2462,2476 /modules/branches/2.3:1-3256,4102,4227,4232,4251,4312,4390,4570,4574,4579,4583,4587 to /modules/branches/2.1:1-2166,2289,2414,2419,2424,2430,2449,2458,2462,2476 /modules/branches/2.3:1-3256,4102,4227,4232,4251,4312,4390,4570,4574,4579,4583,4587,4595
modules/branches/2.2/miscapps/functions.inc.php
r4584 r4596 129 129 $fc->update(); 130 130 } 131 131 132 ?> 132 modules/branches/2.2/miscapps/module.xml
r4586 r4596 2 2 <rawname>miscapps</rawname> 3 3 <name>Misc Applications</name> 4 <version>0.2.0. 2</version>4 <version>0.2.0.3</version> 5 5 <type>setup</type> 6 6 <category>Internal Options & Configuration</category> … … 9 9 </description> 10 10 <changelog> 11 *0.2.0.3* #2177: removed apparently corrupted newline at end of file 11 12 *0.2.0.2* added proper uninstall, removes any feature codes and then table 12 13 *0.2.0.1* #1902 miscapp always sets/pulls default code now regardless of custom override in featurecodes
