]> 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 13:10:07 +0000 (13:10 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 1 Nov 2009 13:10:07 +0000 (13:10 +0000)
blog/index.php
config-dist.php
pix/redirect.php
pix/smartpix.php

index ecef91b2b1c95cbaade4af0ff9e6c89b529eb0a7..c21b7c1d51beb9b2f3678fb28789f95e5ec08d33 100755 (executable)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
 
 /**
  * file index.php
index ae51dd501fb5e1d77017f27914e62a99f60eb260..aa09536590df93bd69f3952c896c53d683d693e2 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$
+<?PHP
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
 // Moodle configuration file                                             //
index 80b7badeef001196d298ea1fb52ef344047fbce7..934b2933d41c204bc9e6607811aa6b39c40ca769 100644 (file)
@@ -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.
index bb1c72d4b606cb4a0a5def322a61e82a1f5531eb..9e84124e2fdb9326e891520e6dd33d44c312b36d 100644 (file)
@@ -278,4 +278,3 @@ fclose($handle);
 //    $lifetime = $CFG->filelifetime;
 //}
 //send_file($file,preg_replace('|^.*/|','',$file),$lifetime);
-?>