Added hooks to qtype import/export
[moodle-linuxchix.git] / lib / db / events.php
blobd4a782d25fca97e74a35c8e0de607a5e5fe24596
1 <?php // $Id$
3 ///////////////////////////////////////////////////////////////////////////
4 // Defines core event handlers //
5 ///////////////////////////////////////////////////////////////////////////
6 // //
7 // NOTICE OF COPYRIGHT //
8 // //
9 // Moodle - Modular Object-Oriented Dynamic Learning Environment //
10 // http://moodle.org //
11 // //
12 // Copyright (C) 1999 onwards Martin Dougiamas http://moodle.com //
13 // //
14 // This program is free software; you can redistribute it and/or modify //
15 // it under the terms of the GNU General Public License as published by //
16 // the Free Software Foundation; either version 2 of the License, or //
17 // (at your option) any later version. //
18 // //
19 // This program is distributed in the hope that it will be useful, //
20 // but WITHOUT ANY WARRANTY; without even the implied warranty of //
21 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
22 // GNU General Public License for more details: //
23 // //
24 // http://www.gnu.org/copyleft/gpl.html //
25 // //
26 ///////////////////////////////////////////////////////////////////////////
29 $handlers = array (); // no handlers for now in core