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

Diff of /contributions/modules/tellafriend/tellafriend.install

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

revision 1.15, Thu Dec 25 22:05:48 2008 UTC revision 1.16, Sun Jan 4 16:38:10 2009 UTC
# Line 9  Line 9 
9   * Installation file   * Installation file
10   */   */
11    
12    function tellafriend_install() {
13      drupal_set_message(t('"Tell a friend" module installed successfully.'));
14    }
15    
16    
17  function tellafriend_uninstall() {  function tellafriend_uninstall() {
18    variable_del('tellafriend_address_limit');    variable_del('tellafriend_address_limit');
19    variable_del('tellafriend_closing');    variable_del('tellafriend_closing');

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.2