Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.7, Mon Oct 12 22:36:23 2009 UTC | revision 1.1.2.8, Tue Oct 13 12:25:31 2009 UTC | |
|---|---|---|
| # | Line 21 function mp3player_install() { | Line 21 function mp3player_install() { |
| 21 | */ | */ |
| 22 | function mp3player_uninstall() { | function mp3player_uninstall() { |
| 23 | drupal_uninstall_schema('mp3player'); | drupal_uninstall_schema('mp3player'); |
| 24 | // Delete the variables we created. | |
| 25 | variable_del('mp3player_page_list'); | |
| 26 | variable_del('mp3player_page_init_action'); | |
| 27 | } | } |
| 28 | ||
| 29 | function mp3player_schema() { | function mp3player_schema() { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |