[moodle] / contrib / plugins / grade / report / stats / version.php Repository:

View of /contrib/plugins/grade/report/stats/version.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (download) (annotate)
Tue Jun 17 18:50:38 2008 WST (17 months ago) by dservos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +22 -0 lines
CONTRIB-496
Cleaned up code, added more documentation and added the copy right notice to the new files.

Also made the statistics classes be loaded in dynamically so new statistics can be added to the report with out touching any of the plug-ins code.
<?PHP 
///////////////////////////////////////////////////////////////////////////
//                                                                       //
// NOTICE OF COPYRIGHT                                                   //
//                                                                       //
// Moodle - Modular Object-Oriented Dynamic Learning Environment         //
//          http://moodle.org                                            //
//                                                                       //
// Copyright (C) 1999 onwards  Martin Dougiamas  http://moodle.com       //
//                                                                       //
// This program is free software; you can redistribute it and/or modify  //
// it under the terms of the GNU General Public License as published by  //
// the Free Software Foundation; either version 2 of the License, or     //
// (at your option) any later version.                                   //
//                                                                       //
// This program is distributed in the hope that it will be useful,       //
// but WITHOUT ANY WARRANTY; without even the implied warranty of        //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         //
// GNU General Public License for more details:                          //
//                                                                       //
//          http://www.gnu.org/copyleft/gpl.html                         //
//                                                                       //
///////////////////////////////////////////////////////////////////////////

$plugin->version  = 2008061400;
$plugin->requires = 2008051202;

?>

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7