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

Diff of /contributions/modules/hoverintent/hoverintent.install

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

revision 1.1, Thu Jan 24 18:54:40 2008 UTC revision 1.2, Wed Jul 1 16:10:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id:$  // $Id: hoverintent.install,v 1.1 2008/01/24 18:54:40 aaron Exp $
3    
4  function hoverintent_install() {  function hoverintent_install() {
5    include_once('./'. drupal_get_path('module', 'jq') .'/jq.module');    if (module_exists('jq')) {
6    jq_plugins(NULL, FALSE, TRUE);      include_once('./'. drupal_get_path('module', 'jq') .'/jq.module');
7        jq_plugins(NULL, FALSE, TRUE);
8      }
9  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2