Index: trunk/include/onupdate.php
===================================================================
--- trunk/include/onupdate.php	(revision 8)
+++ trunk/include/onupdate.php	(revision 34)
@@ -46,4 +46,10 @@
 		}				
 	}
+	/* activate the tag plugin */
+	$plugin_current = "xpressme/xpressme.php";
+	update_option('active_plugins', array($plugin_current));
+	include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current);
+	do_action('activate_'.$plugin_current);
+	
 //	update_option("blog_charset", wp_blog_charset());
 	$xpress_version = $module->modinfo['version'];
