Index: trunk/wp-content/plugins/xpressme/include/pluggable-override.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 87)
+++ trunk/wp-content/plugins/xpressme/include/pluggable-override.php	(revision 96)
@@ -56,4 +56,5 @@
 endif;
 
+if ( !function_exists('xpress_login') ) :
 function xpress_login(){
 	global $current_user;
@@ -81,5 +82,7 @@
 	return 0;	
 }
+endif;
 
+if ( !function_exists('check_xpress_auth_cookie') ) :
 function check_xpress_auth_cookie() {		// for wp2.5
 	if ( empty($_COOKIE[AUTH_COOKIE]) ){
@@ -112,4 +115,5 @@
 	return false;
 }
+endif;
 
 if ( !function_exists('wp_check_password') ) :
