- Timestamp:
- Mar 6, 2009, 5:16:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/notify_functions.php
r95 r96 48 48 $_SERVER['REQUEST_METHOD'] = 'POST'; 49 49 } 50 51 include_once $xoops_config->xoops_mainfile_path; // load XOOPS System 52 include_once $xoops_config->xoops_root_path . '/include/notification_functions.php' ; 50 // set_error_handler("xpress_error_handler"); 51 require $xoops_config->xoops_mainfile_path; // load XOOPS System 53 52 $module_id = get_xpress_modid() ; 54 53 $notification_handler =& xoops_gethandler( 'notification' ) ; … … 58 57 function do_CommentWaiting($commentID, $comment_post_ID) 59 58 { 60 // global $xoops_config;61 // require_once $xoops_config->xoops_mainfile_path;62 // xoops_mainfile_path;63 59 // require_once XOOPS_ROOT_PATH . '/include/notification_functions.php' ; 64 60 // $notification_handler =& xoops_gethandler( 'notification' ) ; … … 120 116 { 121 117 global $xoops_config, $xoops_db; 122 xpress_debug();123 118 124 119
Note: See TracChangeset
for help on using the changeset viewer.