| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: xmlsitemap_custom.install,v 1.1.2.3 2010/01/30 21:03:11 davereid Exp $ 3 4 /** 5 * @file 6 * Install and uninstall schema and functions for the xmlsitemap_custom module. 7 */ 8 9 /** 10 * Implements hook_uninstall(). 11 */ 12 function xmlsitemap_custom_uninstall() { 13 drupal_load('module', 'xmlsitemap'); 14 xmlsitemap_link_delete_multiple(array('type' => 'custom')); 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |