Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Prepare 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Jun 15, 2020
1 parent afca3b3 commit 8533800
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 385 deletions.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function plugin_environment_install() {
$result_ = $DB->query($query_);
if ($DB->numrows($result_) > 0) {

while ($data = $DB->fetch_array($result_)) {
while ($data = $DB->fetchArray($result_)) {
$query = "UPDATE `glpi_plugin_environment_profiles`
SET `profiles_id` = '" . $data["id"] . "'
WHERE `id` = '" . $data["id"] . "';";
Expand Down
Loading

0 comments on commit 8533800

Please sign in to comment.