Bug fix (#6333)
[openemr.git] / library / report_database.inc
blob3a675b925ae0c6bf0581dfe5c881b596bb769f88
1 <?php
3 /**
4  * Part of .inc migration to .inc.php to better support source code editors.
5  *  - report_database.inc stub that redirects to report_database.inc.php
6  *  - Timeframe: this script can be remove in mid 2023
7  */
9 require_once(dirname(__FILE__) . "/report_database.inc.php");