Changeset 88 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Feb 4, 2009, 5:58:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r83 r88 50 50 add_action('user_register', 'user_sync_to_xoops'); 51 51 //require_once('../include/custom_functions.php'); 52 53 // SQL debug windows 54 add_filter('query', array(&$XPressME, 'xpress_sql_debug')); 55 add_action('admin_footer', array(&$XPressME, 'displayDebugLog')); 56 add_action('get_footer', array(&$XPressME, 'displayDebugLog')); 57 52 58 ?>
Note: See TracChangeset
for help on using the changeset viewer.