source:
extensions/dynareceperio/maintain.inc.php
@
32840
Last change on this file since 32840 was 27269, checked in by , 11 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
1 | <?php |
2 | defined('PHPWG_ROOT_PATH') or die('Hacking attempt!'); |
3 | |
4 | function plugin_install() |
5 | { |
6 | conf_update_param('dynareceperio', serialize(array('force' => true, 'day_number' => 1))); |
7 | } |
8 | |
9 | function plugin_uninstall() |
10 | { |
11 | conf_delete_param('dynareceperio'); |
12 | } |
Note: See TracBrowser
for help on using the repository browser.