/[drupal]/contributions/modules/nodewords/nodewords.install
ViewVC logotype

Diff of /contributions/modules/nodewords/nodewords.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18.2.10, Mon Nov 9 12:54:40 2009 UTC revision 1.18.2.11, Mon Nov 9 13:09:40 2009 UTC
# Line 1  Line 1 
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
# Line 421  function nodewords_update_6309() { Line 421  function nodewords_update_6309() {
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   */   */

Legend:
Removed from v.1.18.2.10  
changed lines
  Added in v.1.18.2.11

  ViewVC Help
Powered by ViewVC 1.1.2