mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 18:08:02 +01:00
14 lines
257 B
PHP
14 lines
257 B
PHP
<?php //$Id$
|
|
|
|
// This file replaces:
|
|
// * STATEMENTS section in db/install.xml
|
|
// * lib.php/modulename_install() post installation hook
|
|
// * partially defaults.php
|
|
|
|
function xmldb_wiki_install() {
|
|
global $DB;
|
|
|
|
/// Install logging support here
|
|
|
|
}
|