[us-commits] [ehb54/us3lims_dbinst] 30b1f3: Refactor variable declarations and improve readabi...
Lukas Dobler
noreply at github.com
Mon Apr 14 08:22:32 MDT 2025
Branch: refs/heads/lukas/runID_info-form
Home: https://github.com/ehb54/us3lims_dbinst
Commit: 30b1f3b047e8870d3210917acc4a162aae3a637f
https://github.com/ehb54/us3lims_dbinst/commit/30b1f3b047e8870d3210917acc4a162aae3a637f
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M js/reports.js
Log Message:
-----------
Refactor variable declarations and improve readability
Replaced `var` with `let` and `const` for better scoping. Added improvements to variable naming for clarity and updated comments for consistency with the code changes.
Commit: 62b7f9a193026bd8fe37b3e58d47c3cc0dc68b10
https://github.com/ehb54/us3lims_dbinst/commit/62b7f9a193026bd8fe37b3e58d47c3cc0dc68b10
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M view_reports.php
Log Message:
-----------
Set $link as a global variable in view_reports.php
Added the `global $link;` declaration to ensure the database connection variable is accessible within the scope of the file. This change prevents potential undefined variable errors when interacting with `$link`.
Compare: https://github.com/ehb54/us3lims_dbinst/compare/397f9ee31585...62b7f9a19302
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/us3lims_dbinst/settings/notifications
More information about the us-commits
mailing list