forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes openemr#7633 appointment error for first appt Error in first patient appointment due to php casting errors. Fixes openemr#7633 * Make $eid condition checks explicit for safety I believe php type casting will handle all of the if($eid) statements everywhere but in order to make this explicit I changed the type checking to strict typing everywhere the variable was used to prevent subtle errors in the future.
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters