MDL-19717 workshop manual allocator - pagination support and performance issues

This commit is contained in:
David Mudrak 2010-01-04 18:07:38 +00:00
parent 87a5368df1
commit aa40adbf9f
4 changed files with 319 additions and 230 deletions

View file

@ -57,7 +57,7 @@ $initresult = $allocator->init();
$wsoutput = $PAGE->theme->get_renderer('mod_workshop', $PAGE);
echo $OUTPUT->header();
$allocators = $workshop->installed_allocators();
$allocators = workshop::installed_allocators();
$currenttab = 'allocation';
include(dirname(__FILE__) . '/tabs.php');