another minor fix to prior commit
[openemr.git] / phpmyadmin / db_events.php
blob224f806deadfdac10d1f3ef17e86a3b70b1871ff
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';