]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trail...
authorPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 11:14:50 +0000 (11:14 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 11:14:50 +0000 (11:14 +0000)
admin/report/spamcleaner/index.php
admin/report/unittest/ex_reporter.php
admin/report/unittest/ex_simple_test.php
admin/report/unittest/index.php
admin/repository.php
admin/repositoryinstance.php

index 2965b7e651dd26aa1870df8567b1ebca3b0f90a9..724bfe3e67b47b3f2d5be9bffd7ffb1179588656 100755 (executable)
@@ -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
  */
index 80b91aecf1bcc3c9bdedba6691c3d8cc594e3a9b..9ea83b1cd9b107a03178ad61759a1c2285d452d6 100644 (file)
@@ -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
  */
 
index c524b848cf1c8bfffca6a81a689b36710905b3da..8dd2825cddb55ad905792558ff14965e34ff0548 100644 (file)
@@ -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
  */
 
index 1f9b229b58c70c88bafc0549d4541db8e3f08463..51d021b1bc769746b8dc9d8c4fbb455ee6e8564d 100644 (file)
@@ -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
  */
 
index 756faeb8aaa6f6806033756c1b7763fc34964634..3fb2e1246b56c0501b67b3f403b4c24bac2f0138 100644 (file)
@@ -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');
index a2c694e0c9bc0ce177fa64ed05459b10d35eb985..157681b11611888ea2d375dadbc1d8ae146aad75 100644 (file)
@@ -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');