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 4317f92 commit dfede59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blog/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id$
<?php

/**
* file index.php
Expand Down
2 changes: 1 addition & 1 deletion config-dist.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?PHP
///////////////////////////////////////////////////////////////////////////
// //
// Moodle configuration file //
Expand Down
2 changes: 1 addition & 1 deletion pix/redirect.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id$
<?php

/**
If you're using custompix in your theme, but you don't want to have to copy every pix from /pix into /theme/yourtheme/pix, use this as a 404 handler.
Expand Down
1 change: 0 additions & 1 deletion pix/smartpix.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,3 @@ function get_file_argument_limited($scriptname) {
// $lifetime = $CFG->filelifetime;
//}
//send_file($file,preg_replace('|^.*/|','',$file),$lifetime);
?>

0 comments on commit dfede59

Please sign in to comment.