wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,9 @@
+<?php
+if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
+ exit();
+
+global $wpdb;
+$sliders_table = $wpdb->base_prefix . 'ctimelines';
+$wpdb->query( "DROP TABLE $sliders_table" );
+
+?>
\ No newline at end of file