]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_points.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-add_points.php
index 8b36b7955569cfa2d1e17e0c42a004916442e188..4450ce9935292465ea4a1a86e3789474d6fadff0 100644 (file)
@@ -119,15 +119,15 @@ if (getRequestElement('userid') == 'all') {
                        $content['userid'] = bigintval(getRequestElement('userid'));
 
                        // Output template
-                       loadTemplate('admin_add_points', false, $content);
+                       loadTemplate('admin_add_points', FALSE, $content);
                }
        } else {
                // User not found
-               loadTemplate('admin_settings_unsaved', false, '{%message,ADMIN_MEMBER_404=' . bigintval(getRequestElement('userid')) . '%}');
+               loadTemplate('admin_settings_unsaved', FALSE, '{%message,ADMIN_MEMBER_404=' . bigintval(getRequestElement('userid')) . '%}');
        }
 } else {
        // Output selection form with all confirmed user accounts listed
-       addMemberSelectionBox(0, true);
+       addMemberSelectionBox(0, TRUE);
 }
 
 // [EOF]