Projet

Général

Profil

Révision b4660b5a scripts/net2dip.sendtohurlevent.php

Voir les différences:

scripts/net2dip.sendtohurlevent.php
95 95
$query2 = "SELECT MD5(e.password),os_license_number,os_license_id FROM glpi_computers AS c
96 96
LEFT JOIN glpi_plugin_anet_epacks AS e ON e.FK_serveur=c.ID
97 97
WHERE os_license_number!='' AND e.creation_date>'2009-07-06'";
98
//fix #596
98 99
//On supprime les epacks qu'on a marque comme n etant plus sous maintenance
99 100
$query2 .= " AND e.FK_contract>'0'";
100 101

  

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux