Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-list_cats.php
index 15a090bda7cbfdaf3d91522de848eb6f88a1868b..f1574fd56168f17a956a15a66161049ff71dbec8 100644 (file)
@@ -80,7 +80,7 @@ if (isGetRequestElementSet('userid')) {
                                $content['sel']   = $selection;
 
                                // Load row template and count up
-                               $OUT .= loadTemplate('admin_list_user_cats_row', true, $content);
+                               $OUT .= loadTemplate('admin_list_user_cats_row', TRUE, $content);
                                $count++;
                        } // END - while
 
@@ -91,10 +91,10 @@ if (isGetRequestElementSet('userid')) {
                        $content['rows'] = $OUT;
 
                        // Load main template
-                       loadTemplate('admin_list_user_cats', false, $content);
+                       loadTemplate('admin_list_user_cats', FALSE, $content);
                } else {
                        // No categories selected! :-(
-                       loadTemplate('admin_list_user_cats_404', false, $content);
+                       loadTemplate('admin_list_user_cats_404', FALSE, $content);
                }
        } else {
                // User not found