Skip to content

Commit

Permalink
Adding custom check to test MDL-12914 ; merged from 19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 11, 2008
1 parent 5075a6c commit aa9c6b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions admin/environment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@
<ON_OK message="questioncwqpfsok" />
</FEEDBACK>
</CUSTOM_CHECK>
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals_and_fopen" level="optional">
<FEEDBACK>
<ON_CHECK message="phpcheckregisterglobalsfopenfailed" />
<ON_OK message="phpcheckregisterglobalsfopenpassed" />
</FEEDBACK>
</CUSTOM_CHECK>
</CUSTOM_CHECKS>
</MOODLE>
<MOODLE version="2.0" requires="1.9">
Expand Down Expand Up @@ -237,6 +243,12 @@
<ON_OK message="qtyperqpwillberemoved" />
</FEEDBACK>
</CUSTOM_CHECK>
<CUSTOM_CHECK file="lib/customcheckslib.php" function="php_check_register_globals_and_fopen" level="optional">
<FEEDBACK>
<ON_CHECK message="phpcheckregisterglobalsfopenfailed" />
<ON_OK message="phpcheckregisterglobalsfopenpassed" />
</FEEDBACK>
</CUSTOM_CHECK>
</CUSTOM_CHECKS>
</MOODLE>
</COMPATIBILITY_MATRIX>

0 comments on commit aa9c6b6

Please sign in to comment.