Ignore:
Timestamp:
Sep 20, 2010, 12:42:58 AM (14 years ago)
Author:
grum
Message:

Migration from version 3.1.0 to 3.2.0 implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/gpc_install.class.inc.php

    r6901 r6975  
    6464      if(count($registeredPlugin)>0)
    6565      {
    66         return("Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent");
     66        return(l10n("Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent"));
    6767      }
    6868      else
    6969      {
     70        $this->deleteConfig();
    7071        $result=GPCRequestBuilder::deleteTables();
    7172        return($result);
     
    99100      $this->config['installed']=GPC_VERSION2; //update the installed release number
    100101      $this->saveConfig();
     102
     103      return(true);
    101104    }
    102105
Note: See TracChangeset for help on using the changeset viewer.