| 1 |
<?php |
<?php |
| 2 |
// $Id: xmlsitemap.install,v 1.5.2.36 2008/12/25 10:04:56 kiam Exp $ |
// $Id: xmlsitemap.install,v 1.5.2.37 2008/12/27 09:47:38 kiam Exp $ |
| 3 |
|
|
| 4 |
/***************************************************************************** |
/***************************************************************************** |
| 5 |
* Drupal hooks. |
* Drupal hooks. |
| 291 |
function xmlsitemap_update_6112() { |
function xmlsitemap_update_6112() { |
| 292 |
return array(); |
return array(); |
| 293 |
} |
} |
| 294 |
|
|
| 295 |
/** |
/** |
| 296 |
* Implementation of hook_update_N(). |
* Implementation of hook_update_N(). |
| 297 |
*/ |
*/ |
| 298 |
function xmlsitemap_update_6113() { |
function xmlsitemap_update_6113() { |
| 299 |
|
return array(); |
| 300 |
|
} |
| 301 |
|
|
| 302 |
|
/** |
| 303 |
|
* Implementation of hook_update_N(). |
| 304 |
|
*/ |
| 305 |
|
function xmlsitemap_update_6114() { |
| 306 |
return xmlsitemap_update_6000(); |
return xmlsitemap_update_6000(); |
| 307 |
} |
} |
| 308 |
|
|