Changeset 2837

Show
Ignore:
Timestamp:
10/25/06 22:00:22 (7 years ago)
Author:
p_lindheimer
Message:

removed checkastman from install/uninstall scripts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/findmefollow/install.php

    r2816 r2837  
    4242// it's purpose is to convert after an upgrade 
    4343 
    44 // TODO do we really need to test for astman...? we do it anyway bellow...? 
    45 checkAstMan(); 
    4644 
    4745// TODO, is this needed...? 
  • modules/branches/2.2/findmefollow/module.xml

    r2795 r2837  
    22  <rawname>findmefollow</rawname> 
    33  <name>Follow Me</name> 
    4   <version>2.3</version> 
     4  <version>2.3.1</version> 
    55  <changelog> 
     6    2.3.1: removed checkastman 
    67    2.3: First release for 2.2, fixed minor display issues 
    78    2.2.5: fixed so extension number is put into empty lists 
  • modules/branches/2.2/findmefollow/uninstall.php

    r2816 r2837  
    88// behind somehow. 
    99 
    10 // TODO do we really need to test for astman...? we do it anyway bellow...? 
    11 checkAstMan(); 
    1210 
    1311// TODO, is this needed...?