Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_grade_data.php
index 173bcbe72f6f7eee8211173986d1e78dbad4849a..d6eb5bf20f05f1d2c5cd18f35862a033e1912edc 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // By default show the list...
-$show = true;
+$show = TRUE;
 
 // Check for '???_id' element
 if ((countRequestPost() > 0) && (!ifPostContainsSelections('grade_id'))) {
@@ -61,7 +61,7 @@ if (isFormSent('edit')) {
        showEntriesByXmlCallback('admin_edit_show_grade_data');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif (isFormSent('do_edit')) {
        // Change data of entries
        showEntriesByXmlCallback('admin_edit_do_grade_data');
@@ -70,16 +70,16 @@ if (isFormSent('edit')) {
        showEntriesByXmlCallback('admin_delete_show_grade_data');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif (isFormSent('do_delete')) {
        // Remove entries from database
        showEntriesByXmlCallback('admin_delete_do_grade_data');
 }
 
 // Show entries?
-if ($show === false) {
+if ($show === FALSE) {
        // No, a form has already been show
-       return false;
+       return FALSE;
 } // END - if
 
 // List all URLs