Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 147)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 155)
@@ -69,6 +69,13 @@
 }
 
+
+
+
 //The trackback and the pingback are excluded from the count of the comment. 
 add_filter('get_comments_number', 'xpress_comment_count', 0);
+
+// Query filter for  MultiUser
+add_filter('query','xpress_query_filter');
+add_action("init", "xpress_set_author_cookie");
 
 // SQL debug windows
