Skip to content

Commit

Permalink
MDL-20700 coding style cleanup - cvs keywords removed, closign php ta…
Browse files Browse the repository at this point in the history
…g removed, trailing whitespace cleanup
  • Loading branch information
skodak committed Nov 1, 2009
1 parent 20207b8 commit 24eb994
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion admin/report/spamcleaner/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
1 change: 0 additions & 1 deletion admin/report/unittest/ex_reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @copyright © 2006 The Open University
* @author [email protected], [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @version $Id$
* @package SimpleTestEx
*/

Expand Down
1 change: 0 additions & 1 deletion admin/report/unittest/ex_simple_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @copyright © 2006 The Open University
* @author [email protected], [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @version $Id$
* @package SimpleTestEx
*/

Expand Down
1 change: 0 additions & 1 deletion admin/report/unittest/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @copyright © 2006 The Open University
* @author [email protected], [email protected]
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @version $Id$
* @package SimpleTestEx
*/

Expand Down
2 changes: 1 addition & 1 deletion admin/repository.php
Original file line number Diff line number Diff line change
@@ -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');
Expand Down
2 changes: 1 addition & 1 deletion admin/repositoryinstance.php
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 24eb994

Please sign in to comment.