Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/message/output/jabber/db/install.php
Go to the documentation of this file.
00001 <?php
00002 function xmldb_message_jabber_install(){
00003     global $DB;
00004 
00005     $result = true;
00006 
00007     $provider = new stdClass();
00008     $provider->name  = 'jabber';
00009     $DB->insert_record('message_processors', $provider);
00010     return $result;
00011 }
 All Data Structures Namespaces Files Functions Variables Enumerations