MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"

This commit is contained in:
Petr Skoda
2009-11-07 10:27:57 +00:00
parent c01678b1d2
commit 7c7d3afab5
25 changed files with 85 additions and 106 deletions
-1
View File
@@ -114,7 +114,6 @@
/// Add libraries
require_once($CFG->libdir.'/ddllib.php');
require_once($CFG->libdir.'/xmlize.php');
require_once($CFG->libdir.'/messagelib.php'); // Messagelib functions
define('INSECURE_DATAROOT_WARNING', 1);
define('INSECURE_DATAROOT_ERROR', 2);