| 1 |
<?php |
<?php |
| 2 |
// $Id: xmlsitemap_user.module,v 1.12.2.14 2008/12/27 14:30:57 kiam Exp $ |
// $Id: xmlsitemap_user.module,v 1.12.2.15 2008/12/27 15:09:20 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 166 |
} |
} |
| 167 |
|
|
| 168 |
/** |
/** |
| 169 |
|
* Implementation of hook_xmlsitemap_database_batch_operation(). |
| 170 |
|
*/ |
| 171 |
|
function xmlsitemap_user_xmlsitemap_database_batch_operation() { |
| 172 |
|
return array( |
| 173 |
|
'file' => 'xmlsitemap_user.batch.inc', |
| 174 |
|
'add function' => 'xmlsitemap_user_update_database', |
| 175 |
|
); |
| 176 |
|
} |
| 177 |
|
|
| 178 |
|
/** |
| 179 |
* Implementation of hook_xmlsitemap_links(). |
* Implementation of hook_xmlsitemap_links(). |
| 180 |
*/ |
*/ |
| 181 |
function xmlsitemap_user_xmlsitemap_links() { |
function xmlsitemap_user_xmlsitemap_links() { |