diff options
author | Jeremy Trojan <jer@jerdiggity.com> | 2011-04-10 19:22:12 -0700 |
---|---|---|
committer | Jeremy Trojan <jer@jerdiggity.com> | 2011-04-10 19:22:12 -0700 |
commit | 584e199d1dcaa2f3d7bef48b16799344b33a3ed4 (patch) | |
tree | b7b69103bc325a795810123b6a7c0d9f0bfcb25f /fblikebutton.install | |
parent | 536b98120288435055e5795730219055c1932d0c (diff) | |
download | fblikebutton-584e199d1dcaa2f3d7bef48b16799344b33a3ed4.tar.gz fblikebutton-584e199d1dcaa2f3d7bef48b16799344b33a3ed4.tar.bz2 |
Issue #1106338 by sutriadi: Patched and updated for use with Drupal 7. Kudos to user sutriadi for doing an excellent job.
Diffstat (limited to 'fblikebutton.install')
-rw-r--r-- | fblikebutton.install | 4 |
1 files changed, 4 insertions, 0 deletions
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'); } |