XPressME Integration Kit

Trac


Ignore:
Timestamp:
Feb 4, 2009, 5:58:57 PM (15 years ago)
Author:
toemon
Message:

SQLデバッグ用表示機能実装 #58

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/xpressme.php

    r83 r88  
    5050add_action('user_register', 'user_sync_to_xoops'); 
    5151//require_once('../include/custom_functions.php'); 
     52 
     53// SQL debug windows 
     54add_filter('query', array(&$XPressME, 'xpress_sql_debug')); 
     55add_action('admin_footer', array(&$XPressME, 'displayDebugLog')); 
     56add_action('get_footer', array(&$XPressME, 'displayDebugLog')); 
     57 
    5258?> 
Note: See TracChangeset for help on using the changeset viewer.