Passed
Pull Request — master (#5728)
by David
10:20 queued 27s
created
html/user/forum_forum.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         }
75 75
         if ($msg) echo "<p>$msg</p>\n";
76 76
         show_forum_header($user);
77
-        echo forum_title($category, $forum, NULL);
77
+        echo forum_title($category, $forum, null);
78 78
         break;
79 79
     case 1:
80 80
         $team = BoincTeam::lookup_id($forum->category);
Please login to merge, or discard this patch.
html/user/forum_index.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
         if ($first) {
80 80
             $first = false;
81 81
             echo "<p>";
82
-            echo forum_title($category, NULL, NULL);
82
+            echo forum_title($category, null, null);
83 83
             echo "<p>";
84 84
             show_mark_as_read_button($user);
85 85
             start_table('table-striped');
Please login to merge, or discard this patch.