Parent Directory
|
Revision Log
|
Revision Graph
|
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'); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |