Skip to content

TableExists() is a deprecated function. #14

@Negens

Description

@Negens

Hello,

In services/hook.php, the TableExists function is deprecated since a very long time.
For actual compatibility, mysqli_query should be use instead.
For instance :

if ($TableExists = mysqli_query('select 1 from glpi_plugin_services_services LIMIT 1'))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions