| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords.install,v 1.18.2.9 2009/11/08 20:21:07 kiam Exp $ |
// $Id: nodewords.install,v 1.18.2.10 2009/11/09 12:54:40 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 421 |
return $ret; |
return $ret; |
| 422 |
} |
} |
| 423 |
|
|
| 424 |
|
function nodewords_update_6310() { |
| 425 |
|
$ret = array(); |
| 426 |
|
|
| 427 |
|
drupal_set_message( |
| 428 |
|
t( |
| 429 |
|
'Nodewords has settings to enable the integration with third-party modules. You can enable them in the <a href="@settings">settings page</a>.', |
| 430 |
|
array('@settings' => url('admin/content/nodewords/settings')) |
| 431 |
|
) |
| 432 |
|
); |
| 433 |
|
|
| 434 |
|
return $ret; |
| 435 |
|
} |
| 436 |
|
|
| 437 |
/** |
/** |
| 438 |
* Implementation of hook_uninstall(). |
* Implementation of hook_uninstall(). |
| 439 |
*/ |
*/ |