From 584e199d1dcaa2f3d7bef48b16799344b33a3ed4 Mon Sep 17 00:00:00 2001 From: Jeremy Trojan Date: Sun, 10 Apr 2011 19:22:12 -0700 Subject: Issue #1106338 by sutriadi: Patched and updated for use with Drupal 7. Kudos to user sutriadi for doing an excellent job. --- fblikebutton.install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fblikebutton.install') diff --git a/fblikebutton.install b/fblikebutton.install index b6d4a63..9a9f853 100644 --- a/fblikebutton.install +++ b/fblikebutton.install @@ -13,4 +13,8 @@ function fblikebutton_install() { */ function fblikebutton_uninstall() { variable_del('fblikebutton_node_types'); + variable_del('fblikebutton_show_faces'); + variable_del('fblikebutton_layout'); + variable_del('fblikebutton_color_scheme'); + variable_del('fblikebutton_action'); } -- cgit v1.2.3