[moodle] / moodle / mod / forum / db / messages.php Repository:

Annotation of /moodle/mod/forum/db/messages.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (view) (download)

1 : skodak 1.3 <?php
2 : moodler 1.1
3 :     ///////////////////////////////////////////////////////////////////////////
4 :     // Defines message providers (types of messages being sent) //
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 :     ///////////////////////////////////////////////////////////////////////////
27 :    
28 :    
29 :     $messageproviders = array (
30 :    
31 :     /// Ordinary single forum posts
32 : skodak 1.2 'posts' => array (
33 : moodler 1.1 ),
34 :    
35 :     /// Digests
36 :     'digests' => array (
37 :     )
38 :    
39 :     );
40 :    
41 :    
42 : skodak 1.3

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7