mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-46045 Fix php tags (lowercase) everywhere
This commit is contained in:
parent
33efee99ff
commit
a084ac0db4
@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
<?php
|
||||
|
||||
// Allows the admin to configure mnet stuff
|
||||
|
||||
|
@ -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] != '')
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?PHP
|
||||
<?php
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// Moodle configuration 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 "" . PHP_OS . "":" ;?><br ?> to the list of operating systems
|
||||
<br /><?php echo "case "" . PHP_OS . "":" ;?><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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 "" . PHP_OS . "":" ;?><br ?> to the list of operating systems
|
||||
<br /><?php echo "case "" . PHP_OS . "":" ;?><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
|
||||
|
@ -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';
|
||||
$string['reseterror'] = 'There was an error resetting your page';
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user