Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 83)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 88)
@@ -50,3 +50,9 @@
 add_action('user_register', 'user_sync_to_xoops');
 //require_once('../include/custom_functions.php');
+
+// SQL debug windows
+add_filter('query', array(&$XPressME, 'xpress_sql_debug'));
+add_action('admin_footer', array(&$XPressME, 'displayDebugLog'));
+add_action('get_footer', array(&$XPressME, 'displayDebugLog'));
+
 ?>
