Index: blocks_and_nodes/bingo.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drupalorg/blocks_and_nodes/bingo.module,v
retrieving revision 1.11
diff -u -p -r1.11 bingo.module
--- blocks_and_nodes/bingo.module	29 Jan 2009 13:54:20 -0000	1.11
+++ blocks_and_nodes/bingo.module	30 Jan 2009 23:30:17 -0000
@@ -77,21 +77,9 @@ function bingo_block($op = 'list', $delt
 }
 
 /**
- * Utility function to look up the title for the patch spotlight node.
- */
-function bingo_spotlight_title() {
-  $nid = 132970;
-  $title = db_result(db_query("SELECT title FROM {node} WHERE nid = %d", $nid));
-  $clean_title = str_replace('Patch spotlight: ', '', $title);
-  return l($clean_title, 'node/'. $nid);
-}
-
-/**
  * Output links with issue counts for different types of issues.
  */
 function bingo_block_output() {
-  $spotlight = bingo_spotlight_title();
-
   $counts = variable_get('drupalorg_issue_counts', array());
 
   $counts_pending = $counts['Pending bugs'];
@@ -132,6 +120,7 @@ function bingo_block_output() {
   $output = <<<EOT
 <div class="item-list">
 <ul>
+  <li><a href="http://drupal.org/community-initiatives">Community Initiatives</a></li>
   <li>
     <strong>Queues</strong>
     <ul>
@@ -162,12 +151,6 @@ function bingo_block_output() {
       </li>
     </ul>
   </li>
-  <li>
-    <strong>Patch spotlight</strong>
-     <ul>
-       <li>$spotlight</li>
-    </ul>
-  </li>
   <li><strong>Play patch bingo!</strong>
   <ul>
    <li><a href="/patch-bingo" title="Select a random patch for review">Drupal core</a></li>
