clipbucket/upload/plugins/hdplayersmart/uninstall_hd_player_smart.php
Arslan Hassan c08e1e42bf Fixed : Mysql collation
Fixed : Date Picker Browser window problem
Added : HDFLVPlayer Smart
Added : JWPlayer Smart
Added : Playlist for HDFLVPlayer with Autoplay feature
Added : New Player Configurations
2010-04-27 15:27:48 +00:00

6 lines
No EOL
104 B
PHP

<?php
require_once('../includes/common.php');
$db->Execute("DROP TABLE ".tbl("hd_smart")." ");
?>