fix: Update patient_tracker.php (#6595)
[openemr.git] / library / calendar.inc
blob14c6a399399a4a5454d0d29568b952a242a45c0b
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - calendar.inc stub that redirects to calendar.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  *
8  * @package   OpenEMR
9  * @link      https://www.open-emr.org
10  * @author    Brady Miller <brady.g.miller@gmail.com>
11  * @copyright Copyright (c) 2005 Brady Miller <brady.g.miller@gmail.com>
12  * @license   https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
15 require_once(dirname(__FILE__) . "/calendar.inc.php");