/[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.15.2.8, Wed Jan 21 15:45:32 2009 UTC revision 1.15.2.9, Mon Feb 2 15:29:22 2009 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.15.2.7 2008/11/28 17:27:56 paulbooker Exp $;   * @version $Id: og_content_type_admin.module,v 1.15.2.8 2009/01/21 15:45:32 paulbooker Exp $;
20   * @package OG_CTA   * @package OG_CTA
21   * @category NeighborForge   * @category NeighborForge
22   * @author Ryan Constantine   * @author Ryan Constantine
# Line 71  Group owners can then activate or deacti Line 71  Group owners can then activate or deacti
71   * Implementation of hook_init().   * Implementation of hook_init().
72   */   */
73  function og_content_type_admin_init() {  function og_content_type_admin_init() {
74    menu_rebuild();    menu_router_build(TRUE);
75    node_types_rebuild();    node_types_rebuild();
76  }  }
77    

Legend:
Removed from v.1.15.2.8  
changed lines
  Added in v.1.15.2.9

  ViewVC Help
Powered by ViewVC 1.1.2