예제 #1
0
<?php

/* For licensing terms, see /license.txt */
/**
 * This script is included by main/admin/settings.lib.php when unselecting a 
 * plugin  and is meant to remove things installed by the install.php script 
 * in both the global database and the courses tables
 * @package chamilo.plugin.olpc_peru_filter
 */
/**
 * Queries
 */
require_once dirname(__FILE__) . '/config.php';
OLPC_Peru_FilterPlugin::create()->uninstall();
예제 #2
0
<?php

$course_plugin = 'olpc_peru_filter';
//needed in order to load the plugin lang variables
require_once dirname(__FILE__) . '/config.php';
$plugin_info = OLPC_Peru_FilterPlugin::create()->get_info();