| 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. |
| 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 |
} |
} |