MDL-46045 Fix php tags (lowercase) everywhere
authorDamyon Wiese <damyon@moodle.com>
Wed, 18 Jun 2014 08:30:04 +0000 (16:30 +0800)
committerDamyon Wiese <damyon@moodle.com>
Thu, 19 Jun 2014 03:05:16 +0000 (11:05 +0800)
15 files changed:
admin/mnet/index.php
auth/shibboleth/README.txt
blocks/community/block_community.php
config-dist.php
filter/algebra/algebradebug.php
filter/algebra/pix.php
filter/tex/pix.php
filter/tex/texdebug.php
lang/en/my.php
mod/assign/feedback/file/lib.php
mod/assign/lib.php
mod/assign/submission/comments/lib.php
mod/assign/submission/file/lib.php
mod/assign/submission/onlinetext/lib.php
mod/assignment/lib.php

index fb4e2c4..d6e544e 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 
     // Allows the admin to configure mnet stuff
 
index a343c85..849dad2 100644 (file)
@@ -203,7 +203,7 @@ can directly edit the object $result.
 Example file:
 
 --
-<?PHP
+<?php
 
     // Set the zip code and the adress
     if ($_SERVER[$this->config->field_map_address] != '')
index cead2b2..ecfa3b9 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index 82b1295..66c8337 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 ///////////////////////////////////////////////////////////////////////////
 //                                                                       //
 // Moodle configuration file                                             //
index 3939977..2ee949a 100644 (file)
@@ -342,7 +342,7 @@ http://www.forkosh.com/mimetex.zip</a>, or looking for an appropriate
 binary at <a href="http://moodle.org/download/mimetex/">
 http://moodle.org/download/mimetex/</a>. You may then also need to
 edit your moodle/filter/algebra/pix.php file to add
-<br /><?PHP echo "case &quot;" . PHP_OS . "&quot;:" ;?><br ?> to the list of operating systems
+<br /><?php echo "case &quot;" . PHP_OS . "&quot;:" ;?><br ?> to the list of operating systems
 in the switch (PHP_OS) statement. Windows users may have a problem properly
 unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
 433152 bytes in size. If not, download fresh copy from
index c4f29d9..8172b78 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
       // This function fetches math. images from the data directory
       // If not, it obtains the corresponding TeX expression from the cache_tex db table
       // and uses mimeTeX to create the image file
index 4249e7f..43c9d1a 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
       // This function fetches math. images from the data directory
       // If not, it obtains the corresponding TeX expression from the cache_tex db table
       // and uses mimeTeX to create the image file
index c56df3e..51588da 100644 (file)
@@ -364,7 +364,7 @@ http://www.forkosh.com/mimetex.zip</a>, or looking for an appropriate
 binary at <a href="http://moodle.org/download/mimetex/">
 http://moodle.org/download/mimetex/</a>. You may then also need to
 edit your moodle/filter/tex/pix.php file to add
-<br /><?PHP echo "case &quot;" . PHP_OS . "&quot;:" ;?><br ?> to the list of operating systems
+<br /><?php echo "case &quot;" . PHP_OS . "&quot;:" ;?><br ?> to the list of operating systems
 in the switch (PHP_OS) statement. Windows users may have a problem properly
 unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
 433152 bytes in size. If not, download a fresh copy from
index 41a4688..2d819a7 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP // $Id$ 
+<?php // $Id$ 
       // my.php - created with Moodle 1.7 beta + (2006101003)
 
 
@@ -13,4 +13,4 @@ $string['addpage'] = 'Add page';
 $string['delpage'] = 'Delete page';
 $string['managepages'] = 'Manage pages';
 $string['resetpage'] = 'Reset page to default';
-$string['reseterror'] = 'There was an error resetting your page';
\ No newline at end of file
+$string['reseterror'] = 'There was an error resetting your page';
index 6ae9635..5b74c7d 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index 6f7962c..1d06d51 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index 259a99c..353204e 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index c8fcbae..0c8b1e0 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index a2bcde9..4b9325a 100644 (file)
@@ -1,4 +1,4 @@
-<?PHP
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify
index 0f6940d..9b12586 100644 (file)
@@ -1,5 +1,4 @@
-<?PHP
-
+<?php
 // This file is part of Moodle - http://moodle.org/
 //
 // Moodle is free software: you can redistribute it and/or modify