source: extensions/dynareceperio/maintain.inc.php @ 28566

Last change on this file since 28566 was 27269, checked in by mistic100, 10 years ago

remove SVN properties

File size: 255 bytes
Line 
1<?php
2defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
3
4function plugin_install()
5{
6  conf_update_param('dynareceperio', serialize(array('force' => true, 'day_number' => 1)));
7}
8
9function plugin_uninstall()
10{
11  conf_delete_param('dynareceperio');
12}
Note: See TracBrowser for help on using the repository browser.