Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_point_accounts.php
index b6f542d442643f63c0289d3be02499bd22571653..a605653754b0cb0b4ab022ec051bcaf9bb937e59 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('id'))) {
@@ -70,7 +70,7 @@ if (isFormSent('add')) {
        showEntriesByXmlCallback('admin_edit_show_point_accounts');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif (isFormSent('do_edit')) {
        // Change data of only custom entries
        showEntriesByXmlCallback('admin_edit_do_point_accounts');
@@ -79,16 +79,16 @@ if (isFormSent('add')) {
        showEntriesByXmlCallback('admin_delete_show_point_accounts');
 
        // Do not show the list of URLs after this template
-       $show = false;
+       $show = FALSE;
 } elseif ((isFormSent('do_delete')) && (ifPointsAccountTypeMatchesPost('CUSTOM'))) {
        // Remove only custom entries
        showEntriesByXmlCallback('admin_delete_do_point_accounts');
 }
 
 // Show entries?
-if ($show === false) {
+if ($show === FALSE) {
        // No, a form has already been show
-       return false;
+       return FALSE;
 } // END - if
 
 // List all campaigns