Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / db_events.php
blob917778bc3564cbc3dbfb69cfc83a792c68a5dd6f
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Events management.
6 * @package PhpMyAdmin
7 */
9 /**
10 * Include required files
12 require_once 'libraries/common.inc.php';
13 require_once 'libraries/Util.class.php';
15 /**
16 * Include all other files
18 require_once 'libraries/rte/rte_events.lib.php';
20 /**
21 * Do the magic
23 $_PMA_RTE = 'EVN';
24 require_once 'libraries/rte/rte_main.inc.php';