Changeset 95 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Mar 3, 2009, 8:33:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r91 r95 10 10 require_once('xpressme_class.php'); 11 11 12 require_once dirname( __FILE__ ).'/include/custom_functions.php' ; 12 require_once dirname( __FILE__ ).'/include/custom_functions.php' ; // XPressME functions for themes 13 require_once dirname( __FILE__ ).'/include/xpress_common_functions.php' ; 13 14 14 15 $xoops_db = new wpdb(DB_USER, DB_PASSWORD, DB_NAME, DB_HOST); … … 55 56 add_action('admin_footer', array(&$XPressME, 'displayDebugLog')); 56 57 add_action('get_footer', array(&$XPressME, 'displayDebugLog')); 57 58 58 ?>
Note: See TracChangeset
for help on using the changeset viewer.