| 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 |
| 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 |
|
|