Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Jan 3 03:32:37 2009 UTC | revision 1.2, Sat Jan 3 04:25:12 2009 UTC | |
|---|---|---|
| # | Line 13 function restricted_content_install() { | Line 13 function restricted_content_install() { |
| 13 | */ | */ |
| 14 | function restricted_content_uninstall() { | function restricted_content_uninstall() { |
| 15 | drupal_uninstall_schema('restricted_content'); | drupal_uninstall_schema('restricted_content'); |
| 16 | ||
| 17 | drupal_load('module', 'restricted_content'); | |
| 18 | $variables = restricted_content_variables(); | |
| 19 | foreach ($variables as $variable) { | |
| 20 | variable_del($variable); | |
| 21 | } | |
| 22 | } | } |
| 23 | ||
| 24 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |