Changeset 2837
- Timestamp:
- 10/25/06 22:00:22 (7 years ago)
- Files:
-
- modules/branches/2.2/findmefollow/install.php (modified) (1 diff)
- modules/branches/2.2/findmefollow/module.xml (modified) (1 diff)
- modules/branches/2.2/findmefollow/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/findmefollow/install.php
r2816 r2837 42 42 // it's purpose is to convert after an upgrade 43 43 44 // TODO do we really need to test for astman...? we do it anyway bellow...?45 checkAstMan();46 44 47 45 // TODO, is this needed...? modules/branches/2.2/findmefollow/module.xml
r2795 r2837 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>2.3 </version>4 <version>2.3.1</version> 5 5 <changelog> 6 2.3.1: removed checkastman 6 7 2.3: First release for 2.2, fixed minor display issues 7 8 2.2.5: fixed so extension number is put into empty lists modules/branches/2.2/findmefollow/uninstall.php
r2816 r2837 8 8 // behind somehow. 9 9 10 // TODO do we really need to test for astman...? we do it anyway bellow...?11 checkAstMan();12 10 13 11 // TODO, is this needed...?
