diff --git a/admin/roles/admins.php b/admin/roles/admins.php index 065e29a0b22..450d432028e 100644 --- a/admin/roles/admins.php +++ b/admin/roles/admins.php @@ -18,7 +18,7 @@ /** * Lets you site administrators * - * @package moodlecore + * @package core * @subpackage role * @copyright 2010 Petr Skoda (skodak) http://skodak.org * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/allow.php b/admin/roles/allow.php index 4ecd8473255..52078e7f181 100755 --- a/admin/roles/allow.php +++ b/admin/roles/allow.php @@ -18,7 +18,7 @@ /** * Allow overriding of roles by other roles * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/assign.php b/admin/roles/assign.php index d19d6901a70..6922350b178 100755 --- a/admin/roles/assign.php +++ b/admin/roles/assign.php @@ -18,7 +18,7 @@ /** * Lets you assign roles to users in a particular context. * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/check.php b/admin/roles/check.php index ee29a96ba3e..1f6f6acf499 100755 --- a/admin/roles/check.php +++ b/admin/roles/check.php @@ -18,7 +18,7 @@ /** * Shows the result of has_capability for every capability for a user in a context. * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/define.php b/admin/roles/define.php index 1da439c1beb..d2f4eb5f501 100755 --- a/admin/roles/define.php +++ b/admin/roles/define.php @@ -24,7 +24,7 @@ * edit - edit the definition of a role * view - view the definition of a role * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/lib.php b/admin/roles/lib.php index 9b0b964e2d7..68ece465e29 100644 --- a/admin/roles/lib.php +++ b/admin/roles/lib.php @@ -24,7 +24,7 @@ * edit - edit the definition of a role * view - view the definition of a role * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/manage.php b/admin/roles/manage.php index f9b09355375..0c5aa8f919b 100755 --- a/admin/roles/manage.php +++ b/admin/roles/manage.php @@ -28,7 +28,7 @@ * For all but the first two of those, you also need a roleid parameter, and * possibly some other data. * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/managetabs.php b/admin/roles/managetabs.php index 8960b80d523..4a7dd95c4e3 100755 --- a/admin/roles/managetabs.php +++ b/admin/roles/managetabs.php @@ -18,7 +18,7 @@ /** * Defines the tab bar used on the manage/allow assign/allow overrides pages. * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/override.php b/admin/roles/override.php index 9e395c5bb8c..de7e45d42ca 100755 --- a/admin/roles/override.php +++ b/admin/roles/override.php @@ -18,7 +18,7 @@ /** * Lets you override role definitions in contexts. * - * @package moodlecore + * @package core * @subpackage role * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/permissions.php b/admin/roles/permissions.php index d62c544c69c..d1d34f20258 100644 --- a/admin/roles/permissions.php +++ b/admin/roles/permissions.php @@ -18,7 +18,7 @@ /** * This script serves draft files of current user * - * @package moodlecore + * @package core * @subpackage role * @copyright 2009 Petr Skoda (skodak) info@skodak.org * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/permissions_forms.php b/admin/roles/permissions_forms.php index d3c631d6fc1..32b646ef66a 100644 --- a/admin/roles/permissions_forms.php +++ b/admin/roles/permissions_forms.php @@ -18,7 +18,7 @@ /** * This script serves draft files of current user * - * @package moodlecore + * @package core * @subpackage role * @copyright 2009 Petr Skoda (skodak) info@skodak.org * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later diff --git a/admin/roles/usersroles.php b/admin/roles/usersroles.php index 6fca192536c..a6e5da071cc 100644 --- a/admin/roles/usersroles.php +++ b/admin/roles/usersroles.php @@ -19,7 +19,7 @@ * User roles report list all the users who have been assigned a particular * role in all contexts. * - * @package moodlecore + * @package core * @subpackage role * @copyright © 2007 The Open University and others * @author t.j.hunt@open.ac.uk and others diff --git a/rating/index.php b/rating/index.php index 68c1e69b17c..a06b9d86c67 100644 --- a/rating/index.php +++ b/rating/index.php @@ -18,9 +18,10 @@ /** * A page to display a list of ratings for a given item (forum post etc) * - * @package moodlecore - * @copyright 2010 Andrew Davis - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + * @package core + * @subpackage rating + * @copyright 2010 Andrew Davis + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once("../config.php"); @@ -97,7 +98,7 @@ if (!$ratings) { //we could clone the rating object or preserve the rating id if we needed it again //but we don't $rating->id = $rating->uid; - + echo '