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
RevLine 
[3323]1<?php
[27268]2defined('PHPWG_ROOT_PATH') or die('Hacking attempt!');
[3323]3
4function plugin_install()
5{
[27268]6  conf_update_param('dynareceperio', serialize(array('force' => true, 'day_number' => 1)));
[3323]7}
8
9function plugin_uninstall()
10{
[27268]11  conf_delete_param('dynareceperio');
[3323]12}
Note: See TracBrowser for help on using the repository browser.