MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

This commit is contained in:
Petr Skoda 2009-11-01 15:32:33 +00:00
parent e5dd8e3bbd
commit 49ab5e1950
17 changed files with 1 additions and 20 deletions

View File

@ -1,6 +1,3 @@
README $Id$
------
QUICK INSTALL
=============

View File

@ -8,7 +8,6 @@
* See {@link helpbutton()} in {@link lib/moodlelib.php}
*
* @author Martin Dougiamas
* @version $Id$
* @package moodlecore
*/
require_once('config.php');

View File

@ -21,5 +21,3 @@ marker.gif
custom made in Inkscape
Petr Skoda (skodak), January 2008
$Id$

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
<?PHP // $Id$
<?PHP
////////////////////////////////////////////////////////////////////
/// Default class for report plugins

View File

@ -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

View File

@ -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
*