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

Diff of /contributions/modules/paging/paging.install

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

revision 1.4, Sat Jan 17 21:23:15 2009 UTC revision 1.5, Sat Apr 18 21:10:36 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: paging.install,v 1.3 2008/08/17 18:16:35 Gurpartap Exp $  // $Id: paging.install,v 1.4 2009/01/17 21:23:15 Gurpartap Exp $
3    
4    /**
5     * Implementation of hook_enable().
6     */
7    function paging_enable() {
8            drupal_set_message(t('Paging has been installed enabled. [<a href="@url">Goto configuration</a>]', array('@url' => url('admin/settings/paging'))));
9    }
10    
11  /**  /**
12   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2