mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
This commit is contained in:
parent
e5dd8e3bbd
commit
49ab5e1950
@ -1,6 +1,3 @@
|
||||
README $Id$
|
||||
------
|
||||
|
||||
QUICK INSTALL
|
||||
=============
|
||||
|
||||
|
1
help.php
1
help.php
@ -8,7 +8,6 @@
|
||||
* See {@link helpbutton()} in {@link lib/moodlelib.php}
|
||||
*
|
||||
* @author Martin Dougiamas
|
||||
* @version $Id$
|
||||
* @package moodlecore
|
||||
*/
|
||||
require_once('config.php');
|
||||
|
@ -21,5 +21,3 @@ marker.gif
|
||||
custom made in Inkscape
|
||||
|
||||
Petr Skoda (skodak), January 2008
|
||||
|
||||
$Id$
|
@ -3,7 +3,6 @@
|
||||
/**
|
||||
* shows an analysed view of a feedback on the mainsite
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the form to choose the group you want to analyse
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the form to confirm delete a completed
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* deletes an item of the feedback
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the form to confirm delete a completed
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the form to confirm delete a completed
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the forms to choose an item-typ to create items and to choose a template to use
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* print the form to add or edit a feedback-instance
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the tabbed bar
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -2,7 +2,6 @@
|
||||
/**
|
||||
* prints the form to confirm use template
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -3,7 +3,6 @@
|
||||
* Code fragment to define the version of feedback
|
||||
* This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Andreas Grabs
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package feedback
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?PHP // $Id$
|
||||
<?PHP
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
/// Default class for report plugins
|
||||
|
@ -28,7 +28,6 @@
|
||||
*
|
||||
* Tag set will create tags that need to be created.
|
||||
*
|
||||
* @version: $Id$
|
||||
* @licence http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package moodlecore
|
||||
* @subpackage tag
|
||||
|
@ -5,7 +5,6 @@ require_once('lib.php');
|
||||
/**
|
||||
* locallib.php - moodle tag local library - output functions
|
||||
*
|
||||
* @version: $Id$
|
||||
* @licence http://www.gnu.org/copyleft/gpl.html GNU Public License
|
||||
* @package moodlecore
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user