Skip to content

Commit 04c8abb

Browse files
author
rconstantine
committed
removed a wayward drupal message used in testing
1 parent e430a56 commit 04c8abb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

og_forum.module

-1
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ function og_forum_db_rewrite_sql($query, $primary_table = 'n', $primary_field =
772772
return $return;
773773
}
774774
elseif ($restrict && !$all_public){
775-
drupal_set_message('here we are 2');
776775
//anonymous users should be able to at least see the site-wide and other public forums
777776
$return['where'] = 't.tid NOT IN (SELECT DISTINCT ogt.tid FROM {og_term} ogt WHERE public < 2)';
778777
//we shouldn't need to modify anything further if they request a specific node from a forum that is in

0 commit comments

Comments
 (0)