Skip to content

Commit

Permalink
Merge branch '44155-27' of git://github.com/samhemelryk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 17, 2014
2 parents 08e622b + 9714baa commit b629de8
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 42 deletions.
2 changes: 1 addition & 1 deletion mod/feedback/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @copyright Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

if (!defined('AJAX_SCRIPT')) {
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @copyright Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/analysis_course.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/analysis_to_excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
3 changes: 1 addition & 2 deletions mod/feedback/backup/moodle1/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
/**
* Provides support for the conversion of moodle1 backup to the moodle2 format
*
* @package mod
* @subpackage feedback
* @package mod_feedback
* @copyright 2011 Rossiani Wijaya <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_feedback
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/backup/moodle2/backup_feedback_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_feedback
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_feedback
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/backup/moodle2/restore_feedback_stepslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* @package moodlecore
* @package mod_feedback
* @subpackage backup-moodle2
* @copyright 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/choose_group_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//This file can be deleted
2 changes: 1 addition & 1 deletion mod/feedback/complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/complete_guest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Defines message providers (types of messages being sent)
*
* @package mod-feedback
* @package mod_feedback
* @copyright 2010 onwards Aparup Banerjee http://moodle.com
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_completed.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_completed_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_item_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_template.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/delete_template_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once('../../config.php');
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/edit_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/import_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/lang/en/feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Strings for component 'feedback', language 'en', branch 'MOODLE_20_STABLE'
*
* @package feedback
* @package mod_feedback
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Library of functions and constants for module feedback
* includes the main-part of feedback-functions
*
* @package mod-feedback
* @package mod_feedback
* @copyright Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/mapcourse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/mod_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

//It must be included from a Moodle page
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/print.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/show_entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/show_entries_anonym.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/show_nonrespondents.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/
defined('MOODLE_INTERNAL') OR die('not allowed');

Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/unmapcourse.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/use_templ.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

require_once("../../config.php");
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/use_templ_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/

if (!defined('MOODLE_INTERNAL')) {
Expand Down
3 changes: 1 addition & 2 deletions mod/feedback/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
/**
* Feedback version information
*
* @package mod
* @subpackage feedback
* @package mod_feedback
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author Andreas Grabs
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package feedback
* @package mod_feedback
*/
require_once("../../config.php");
require_once("lib.php");
Expand Down

0 comments on commit b629de8

Please sign in to comment.