aboutsummaryrefslogtreecommitdiff
path: root/fblikebutton.install
diff options
context:
space:
mode:
Diffstat (limited to 'fblikebutton.install')
-rw-r--r--fblikebutton.install8
1 files changed, 7 insertions, 1 deletions
diff --git a/fblikebutton.install b/fblikebutton.install
index 478edf9..b3e8265 100644
--- a/fblikebutton.install
+++ b/fblikebutton.install
@@ -1,4 +1,8 @@
<?php
+/**
+ * @file
+ * Install, update, and uninstall functions for the fblikebutton module.
+ */
// $Id$
/**
@@ -12,6 +16,8 @@ function fblikebutton_install() {
* Implementation of hook_uninstall().
*/
function fblikebutton_uninstall() {
+ variable_del('fblikebutton_full_node_display');
+ variable_del('fblikebutton_bl_iframe_css');
variable_del('fblikebutton_node_types');
variable_del('fblikebutton_show_faces');
variable_del('fblikebutton_layout');
@@ -23,7 +29,7 @@ function fblikebutton_uninstall() {
variable_del('fblikebutton_displaysend');
variable_del('fblikebutton_font');
variable_del('fblikebutton_weight');
- variable_del('fblikebutton_showonteasers');
+ variable_del('fblikebutton_teaser_display');
variable_del('fblikebutton_xfbml');
variable_del('fblikebutton_appid');
variable_del('fblikebutton_bl_layout');