Index: messaging_phpmailer.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/messaging/messaging_phpmailer/Attic/messaging_phpmailer.install,v
retrieving revision 1.1.2.1
diff -b -u -p -r1.1.2.1 messaging_phpmailer.install
--- messaging_phpmailer.install	14 Feb 2008 20:20:13 -0000	1.1.2.1
+++ messaging_phpmailer.install	26 Sep 2008 10:22:44 -0000
@@ -1,4 +1,5 @@
 <?php
+// $Id: 
 
 /**
  * Implementation of hook_install()
@@ -8,6 +9,13 @@ function messaging_phpmailer_install() {
 }
 
 /**
+ * Implementation of hook_uninstall().
+ */
+function messaging_phpmailer_uninstall() {
+  variable_del('messaging_phpmailer_smtp_server');
+}
+
+/**
  * Implementation of hook_requirements().
  */
 function messaging_phpmailer_requirements($phase) {
