HashenUdara / edoc-doctor-appointment-system

This PHP-based open source project is a web application for booking medical appointments. Patients can use the platform to easily schedule appointments with their doctors, saving time and effort. The project's source code is open for anyone to use, modify, and distribute according to their needs.
MIT License
312 stars 120 forks source link

Fixed error in patients/booking.php #40

Open R-Krishita opened 1 month ago

R-Krishita commented 1 month ago

"$userrow" variable on line 48 is not defined.

Fixed the error and changed it to "$result"