Index: /branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php
===================================================================
--- /branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php	(revision 377)
+++ /branches/Ver2.1/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php	(revision 378)
@@ -180,4 +180,12 @@
 	 */
 	function _c() {}
+	
+	if ( !function_exists('wp_logout') ) {
+		function wp_logout() {
+			wp_clear_auth_cookie();
+			do_action('wp_logout');
+		}
+	}
+
 
 endif;	// Under WP2.5
Index: /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php
===================================================================
--- /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php	(revision 377)
+++ /trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/functions_for_wp_old.php	(revision 378)
@@ -180,4 +180,12 @@
 	 */
 	function _c() {}
+	
+	if ( !function_exists('wp_logout') ) {
+		function wp_logout() {
+			wp_clear_auth_cookie();
+			do_action('wp_logout');
+		}
+	}
+
 
 endif;	// Under WP2.5
