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/maintain.inc.php

    r6902 r6975  
    2626function plugin_activate($plugin_id, $plugin_version, &$errors)
    2727{
     28  global $prefixeTable;
     29
    2830  $obj = new GPC_Install($prefixeTable, __FILE__);
    2931  $result=$obj->activate();
     
    3739function plugin_deactivate($plugin_id)
    3840{
     41  global $prefixeTable;
     42
     43  $obj = new GPC_Install($prefixeTable, __FILE__);
     44  $result=$obj->deactivate();
    3945}
    4046
Note: See TracChangeset for help on using the changeset viewer.