Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Nov 29, 2019
1 parent 78c8a58 commit 403c453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ function plugin_fusioninventory_addLeftJoin($itemtype, $ref_table, $new_table, $
ON (`glpi_computers`.`id`=`glpi_plugin_fusioninventory_agents`.`computers_id`) ";
break;

case 'glpi_plugin_fusioninventory_inventorycomputercomputers.plugin_fusioninventory_inventorycomputercomputers_id':
case 'glpi_plugin_fusioninventory_inventorycomputercomputers.plugin_fusioninventory_inventorycomputercomputers_id':
return " LEFT JOIN `glpi_plugin_fusioninventory_inventorycomputercomputers`
AS glpi_plugin_fusioninventory_inventorycomputercomputers
ON (`glpi_computers`.`id` = ".
Expand Down

0 comments on commit 403c453

Please sign in to comment.