mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +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
|
// Allows the admin to configure mnet stuff
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ can directly edit the object $result.
|
|||||||
Example file:
|
Example file:
|
||||||
|
|
||||||
--
|
--
|
||||||
<?PHP
|
<?php
|
||||||
|
|
||||||
// Set the zip code and the adress
|
// Set the zip code and the adress
|
||||||
if ($_SERVER[$this->config->field_map_address] != '')
|
if ($_SERVER[$this->config->field_map_address] != '')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?PHP
|
<?php
|
||||||
// This file is part of Moodle - http://moodle.org/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// Moodle is free software: you can redistribute it and/or modify
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?PHP
|
<?php
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// //
|
// //
|
||||||
// Moodle configuration file //
|
// 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/">
|
binary at <a href="http://moodle.org/download/mimetex/">
|
||||||
http://moodle.org/download/mimetex/</a>. You may then also need to
|
http://moodle.org/download/mimetex/</a>. You may then also need to
|
||||||
edit your moodle/filter/algebra/pix.php file to add
|
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
|
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>
|
unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
|
||||||
433152 bytes in size. If not, download fresh copy from
|
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
|
// This function fetches math. images from the data directory
|
||||||
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
||||||
// and uses mimeTeX to create the image file
|
// and uses mimeTeX to create the image file
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?PHP
|
<?php
|
||||||
// This function fetches math. images from the data directory
|
// This function fetches math. images from the data directory
|
||||||
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
// If not, it obtains the corresponding TeX expression from the cache_tex db table
|
||||||
// and uses mimeTeX to create the image file
|
// 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/">
|
binary at <a href="http://moodle.org/download/mimetex/">
|
||||||
http://moodle.org/download/mimetex/</a>. You may then also need to
|
http://moodle.org/download/mimetex/</a>. You may then also need to
|
||||||
edit your moodle/filter/tex/pix.php file to add
|
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
|
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>
|
unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
|
||||||
433152 bytes in size. If not, download a fresh copy from
|
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)
|
// my.php - created with Moodle 1.7 beta + (2006101003)
|
||||||
|
|
||||||
|
|
||||||
@ -13,4 +13,4 @@ $string['addpage'] = 'Add page';
|
|||||||
$string['delpage'] = 'Delete page';
|
$string['delpage'] = 'Delete page';
|
||||||
$string['managepages'] = 'Manage pages';
|
$string['managepages'] = 'Manage pages';
|
||||||
$string['resetpage'] = 'Reset page to default';
|
$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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// 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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// 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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// 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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// 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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// 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/
|
// This file is part of Moodle - http://moodle.org/
|
||||||
//
|
//
|
||||||
// Moodle is free software: you can redistribute it and/or modify
|
// Moodle is free software: you can redistribute it and/or modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user