From: Petr Skoda <skodak@moodle.org>
Date: Sun, 1 Nov 2009 11:14:50 +0000 (+0000)
Subject: MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=24eb9947957ba07bd5fcd1e8112574a01bfef4f2;p=moodle.git

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

diff --git a/admin/report/spamcleaner/index.php b/admin/report/spamcleaner/index.php
index 2965b7e651..724bfe3e67 100755
--- a/admin/report/spamcleaner/index.php
+++ b/admin/report/spamcleaner/index.php
@@ -5,7 +5,6 @@
  *
  * Helps an admin to clean up spam in Moodle
  *
- * @version $Id$
  * @authors Dongsheng Cai, Martin Dougiamas, Amr Hourani
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
  */
diff --git a/admin/report/unittest/ex_reporter.php b/admin/report/unittest/ex_reporter.php
index 80b91aecf1..9ea83b1cd9 100644
--- a/admin/report/unittest/ex_reporter.php
+++ b/admin/report/unittest/ex_reporter.php
@@ -5,7 +5,6 @@
  * @copyright &copy; 2006 The Open University
  * @author N.D.Freear@open.ac.uk, T.J.Hunt@open.ac.uk
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @version $Id$
  * @package SimpleTestEx
  */
 
diff --git a/admin/report/unittest/ex_simple_test.php b/admin/report/unittest/ex_simple_test.php
index c524b848cf..8dd2825cdd 100644
--- a/admin/report/unittest/ex_simple_test.php
+++ b/admin/report/unittest/ex_simple_test.php
@@ -6,7 +6,6 @@
  * @copyright &copy; 2006 The Open University
  * @author N.D.Freear@open.ac.uk, T.J.Hunt@open.ac.uk
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @version $Id$
  * @package SimpleTestEx
  */
 
diff --git a/admin/report/unittest/index.php b/admin/report/unittest/index.php
index 1f9b229b58..51d021b1bc 100644
--- a/admin/report/unittest/index.php
+++ b/admin/report/unittest/index.php
@@ -5,7 +5,6 @@
  * @copyright &copy; 2006 The Open University
  * @author N.D.Freear@open.ac.uk, T.J.Hunt@open.ac.uk
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @version $Id$
  * @package SimpleTestEx
  */
 
diff --git a/admin/repository.php b/admin/repository.php
index 756faeb8aa..3fb2e1246b 100644
--- a/admin/repository.php
+++ b/admin/repository.php
@@ -1,5 +1,5 @@
 <?php
-// $Id$
+
 require_once(dirname(dirname(__FILE__)) . '/config.php');
 require_once($CFG->dirroot . '/repository/lib.php');
 require_once($CFG->libdir . '/adminlib.php');
diff --git a/admin/repositoryinstance.php b/admin/repositoryinstance.php
index a2c694e0c9..157681b116 100644
--- a/admin/repositoryinstance.php
+++ b/admin/repositoryinstance.php
@@ -1,5 +1,5 @@
 <?php
-// $Id$
+
 require_once(dirname(dirname(__FILE__)) . '/config.php');
 require_once($CFG->dirroot . '/repository/lib.php');
 require_once($CFG->libdir . '/adminlib.php');