function plugin_reports_uninstall()
{
    global $DB;
    // No autoload when plugin is not activated (if dessactivation before uninstall)
    include_once GLPI_ROOT . "/plugins/reports/inc/profile.class.php";
    return PluginReportsProfile::uninstall();
}
Esempio n. 2
0
function plugin_reports_uninstall()
{
    global $DB;
    // No autoload when plugin is not activated
    require 'inc/profile.class.php';
    return PluginReportsProfile::uninstall();
}