moodle/mod/wiki/db/install.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
}