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

Diff of /contributions/modules/adminrss/adminrss.install

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

revision 1.1, Sat Nov 10 20:45:39 2007 UTC revision 1.1.2.1, Sat Nov 10 20:45:39 2007 UTC
# Line 0  Line 1 
1    <?php
2    /**
3     * Install file for AdminRSS.
4     *
5     * @version $Id$
6     * @since DRUPAL-5
7     * @license GPL 2.0
8     */
9    
10    require_once('adminrss_data.inc');
11    
12    function adminrss_uninstall() {
13      variable_del(ADMINRSS_VAR_KEY);
14      variable_del(ADMINRSS_VAR_LINK_TYPE);
15      drupal_set_message(t('Configuration variables for AdminRSS were removed.'), 'status');
16    }
17    
18    function adminrss_install() {
19      drupal_set_message(t('AdminRSS has been installed and now needs to be <a href="!link" title="AdminRSS Configuration">configured</a>.',
20        array('!link' => url(ADMINRSS_PATH_SETTINGS))), 'status');
21    }

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

  ViewVC Help
Powered by ViewVC 1.1.2