Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[instrument_list] Fix deprecation warning #8867

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Aug 15, 2023

  1. [instrument_list] Fix deprecation warning

    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.
    driusan committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8390172 View commit details
    Browse the repository at this point in the history