/[drupal]/contributions/modules/og_content_type_admin/og_content_type_admin.module
ViewVC logotype

Diff of /contributions/modules/og_content_type_admin/og_content_type_admin.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.15, Wed Sep 3 09:27:22 2008 UTC revision 1.1.2.16, Thu Nov 6 00:08:52 2008 UTC
# Line 16  Line 16 
16   * were marked as 'required' by the site admin will always be usable by the group members and   * were marked as 'required' by the site admin will always be usable by the group members and
17   * cannot be deactivated by the group owner.</p>   * cannot be deactivated by the group owner.</p>
18   *   *
19   * @version $Id: og_content_type_admin.module,v 1.1.2.14 2007/12/17 20:53:00 rconstantine Exp $;   * @version $Id: og_content_type_admin.module,v 1.1.2.15 2008/09/03 09:27:22 paulbooker Exp $;
20   * @package OG_CTA   * @package OG_CTA
21   * @category NeighborForge   * @category NeighborForge
22   * @author Ryan Constantine   * @author Ryan Constantine
# Line 983  function og_content_type_admin_block_det Line 983  function og_content_type_admin_block_det
983        $links[] = t('This is a @closed group. The group administrators add/remove subscribers as needed.', array('@closed' => t('closed')));        $links[] = t('This is a @closed group. The group administrators add/remove subscribers as needed.', array('@closed' => t('closed')));
984      }      }
985      $block['content'] = theme('item_list', $links). $post;      $block['content'] = theme('item_list', $links). $post;
986      $block['subject'] = $node->title;      $block['subject'] = l($node->title, "node/$node->nid");
987      return $block;      return $block;
988    }    }
989  } // function og_content_type_admin_block_details()  } // function og_content_type_admin_block_details()

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.16

  ViewVC Help
Powered by ViewVC 1.1.2