Skip to content

Commit 44af2ff

Browse files
committed
Added uninstall script. Delete any variables on delete
1 parent 9f7c649 commit 44af2ff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

os2web_acadre_esdh.install

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/**
3+
* @file
4+
* This file cleansup variables from the settings module
5+
*
6+
* @author Jesper Mathiassen <[email protected]>
7+
* @copyright Bellcom Open Source aps.
8+
*/
9+
10+
function os2web_acadre_esdh_uninstall() {
11+
variable_del('os2web_pws_proxy');
12+
variable_del('os2web_pws_proxy_host');
13+
variable_del('os2web_pws_proxy_port');
14+
}

0 commit comments

Comments
 (0)