Ignore:
Timestamp:
May 7, 2010, 10:23:47 PM (14 years ago)
Author:
grum
Message:

Plugin is now in a usable state (color analysis is not yet tuned)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/maintain.inc.php

    r5961 r6107  
    7272    }
    7373    GPCCore::register($obj->getPluginName(), CSTAT_VERSION, $gpcNeeded);
     74    GPCRequestBuilder::register($obj->getPluginName(), dirname($obj->getFileLocation()).'/cstat_rb_callback.class.inc.php');
    7475  }
    7576  else
     
    117118    $obj = new CStat_Install($prefixeTable, __FILE__);
    118119    $obj->uninstall();
     120    GPCRequestBuilder::unregister($obj->getPluginName());
    119121    GPCCore::unregister($obj->getPluginName());
    120122  }
Note: See TracChangeset for help on using the changeset viewer.