mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 16:18:24 +01:00
d05956ac9f
There is now a new field in forum_discussions which has the userid of the author in it. This saves a lookup every time to forum_posts. There is also some caching and rearrangement of the logic. It seems to work OK, I'm about to do some speed tests on moodle.org
12 lines
338 B
PHP
12 lines
338 B
PHP
<?PHP // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the module version etc.
|
|
// This fragment is called by /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$module->version = 2004011404;
|
|
$module->cron = 60;
|
|
|
|
?>
|