Skip to content

Commit

Permalink
Merge branch 'MDL-46045-master' of git://github.com/damyon/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 24, 2014
2 parents e5d7c55 + a084ac0 commit 046930c
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion admin/mnet/index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?PHP
<?php

// Allows the admin to configure mnet stuff

Expand Down
2 changes: 1 addition & 1 deletion auth/shibboleth/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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] != '')
Expand Down
2 changes: 1 addition & 1 deletion blocks/community/block_community.php
Original file line number Diff line number Diff line change
@@ -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
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
<?php
///////////////////////////////////////////////////////////////////////////
// //
// Moodle configuration file //
Expand Down
2 changes: 1 addition & 1 deletion filter/algebra/algebradebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function slasharguments($texexp, $md5) {
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
Expand Down
2 changes: 1 addition & 1 deletion filter/algebra/pix.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion filter/tex/pix.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion filter/tex/texdebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function slasharguments($texexp) {
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
Expand Down
4 changes: 2 additions & 2 deletions lang/en/my.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?PHP // $Id$
<?php // $Id$
// my.php - created with Moodle 1.7 beta + (2006101003)


Expand All @@ -13,4 +13,4 @@
$string['delpage'] = 'Delete page';
$string['managepages'] = 'Manage pages';
$string['resetpage'] = 'Reset page to default';
$string['reseterror'] = 'There was an error resetting your page';
$string['reseterror'] = 'There was an error resetting your page';
2 changes: 1 addition & 1 deletion mod/assign/feedback/file/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/comments/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/file/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/submission/onlinetext/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions mod/assignment/lib.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 046930c

Please sign in to comment.