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

This commit is contained in:
Petr Skoda
2009-11-01 10:57:00 +00:00
parent 8e3837060d
commit f578af59fc
12 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<?PHP //$Id$
<?php
// Deletes the moodledata directory, COMPLETELY!!
// BE VERY CAREFUL USING THIS!
@@ -83,4 +83,4 @@ function delete_subdirectories($rootdir) {
closedir($dir);
}
?>