change eligibility batch from ssn to policy number, minor fix to filename with extra...
[openemr.git] / library / ajax / set_pt.php
blobc4d70fb19b8400bc1f7d85605e5bbcbe9cb2c37d
1 <?php
2 /**
3 * sets pid
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author Brady Miller <brady.g.miller@gmail.com>
8 * @copyright Copyright (c) 2017 Brady Miller <brady.g.miller@gmail.com>
9 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
12 require_once("../../interface/globals.php");
13 require_once("$srcdir/pid.inc");
15 if ($_GET["set_pid"] && $_GET["set_pid"] != $_SESSION["pid"]) {
16 setpid($_GET["set_pid"]);