Hi Reuben, thanks for this patch. :)
Elpidio Reuben Ravago wrote:
Not sure if this was fixed already, but I had problems when I attempt to make an appointment for a patient. I looked into the init_show.php file and figured that the $pid was not being passed by the $HTTP_SESSION_VARS['sess_pid'] variable. Turns out that as the pages progress from viewing the patient registration to making an appointment, the $HTTP_SESSION_VARS['sess_pid'] value becomes 0. Interestingly the previous value can then be found at $HTTP_SESSION_VARS['sess_full_pid']. I added the following lines to init_show.php to get any valid value for pid.
------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Care2002-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/care2002-developers

