Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[instrument_list] Fix deprecation warning (aces#8867)
Fix the warnings: ``` <b>Deprecated</b>: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in <b>modules/instrument_list/php/instrument_list_controlpanel.class.inc</b> on line <b>475</b><br /> <br /> <b>Deprecated</b>: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in <b>modules/instrument_list/php/instrument_list_controlpanel.class.inc</b> on line <b>514</b><br /> ``` in PHP 8.2 and above.
- Loading branch information