Changeset 132 for trunk/wp-content/plugins/xpressme
- Timestamp:
- Mar 22, 2009, 1:46:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/notify_functions.php
r96 r132 49 49 } 50 50 // set_error_handler("xpress_error_handler"); 51 require $xoops_config->xoops_mainfile_path; // load XOOPS System51 require_once $xoops_config->xoops_mainfile_path; // load XOOPS System 52 52 $module_id = get_xpress_modid() ; 53 53 $notification_handler =& xoops_gethandler( 'notification' ) ;
Note: See TracChangeset
for help on using the changeset viewer.