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

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

update for 2.6

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.