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

Diff of /contributions/modules/omniture/omniture.install

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

revision 1.3, Fri Oct 3 02:33:16 2008 UTC revision 1.4, Mon Oct 6 22:22:52 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: omniture.install,v 1.3 2008/10/03 02:33:16 ultimateboy Exp $
3  /*  /*
4   * @file   * @file
5   * Installs the module, Omniture.   * Installs the module, Omniture.
# Line 15  function omniture_install() { Line 15  function omniture_install() {
15      //check if variable is not already set from a previous install      //check if variable is not already set from a previous install
16      if (strpos(variable_get($omniture_role, 'new'), 'new') !== FALSE) {      if (strpos(variable_get($omniture_role, 'new'), 'new') !== FALSE) {
17        variable_set($omniture_role, TRUE);        variable_set($omniture_role, TRUE);
18        drupal_set_message(t('Role %rolename is now being tracked by Omniture', array('%rolename' => $role->name)));        drupal_set_message(t('Role %rolename is now being tracked by SiteCatalyst', array('%rolename' => $role->name)));
19      }      }
20    }    }
21  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2