]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_forced_costs.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_forced_costs.php
index 81c683069e2b9a9fa44cf1221e7a85e58f0ac312..e4f3ae440694ab57afb669a4feb4180a0e0b6ef7 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 // By default show the list...
-$show = true;
+$show = TRUE;
 
 // Check for 'url_id' element
 if ((!isFormSent('add')) && (countRequestPost() > 0) && (!ifPostContainsSelections('forced_costs_id'))) {
@@ -64,7 +64,7 @@ if (isFormSent('add')) {
        showEntriesByXmlCallback('admin_edit_show_forced_costs');
 
        // 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_forced_costs');
@@ -73,16 +73,16 @@ if (isFormSent('add')) {
        showEntriesByXmlCallback('admin_delete_show_forced_costs');
 
        // 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_forced_costs');
 }
 
 // Show entries?
-if ($show === false) {
+if ($show === FALSE) {
        // No, a form has already been show
-       return false;
+       return FALSE;
 } // END - if
 
 // List all URLs