mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table admin settings - outcomes and scales both have settings page now
6 lines
83 B
PHP
6 lines
83 B
PHP
<?PHP // $Id$
|
|
|
|
$plugin->version = 2007073000;
|
|
$plugin->requires = 2007072402;
|
|
|
|
?>
|