diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ foreach ($posts as $post) { echo '<h4>From ' . $post->thread->subject . '</h4>'; - $post->display_content(); + $post->display_content($dbc); } break; case 'user': |