@@ -74,7 +74,7 @@ |
||
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); |
@@ -79,7 +79,7 @@ |
||
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'); |