Actualización
This commit is contained in:
9
plugin/vchamilo/uninstall.php
Normal file
9
plugin/vchamilo/uninstall.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/* PHP code to uninstall the plugin */
|
||||
|
||||
api_protect_admin_script();
|
||||
|
||||
$table = Database::get_main_table('vchamilo');
|
||||
$sql = " DROP TABLE IF EXISTS $table";
|
||||
|
||||
Database::query($sql);
|
||||
Reference in New Issue
Block a user