summaryrefslogtreecommitdiffstats
path: root/changeset_r323.diff
diff options
context:
space:
mode:
Diffstat (limited to 'changeset_r323.diff')
-rw-r--r--changeset_r323.diff13
1 files changed, 0 insertions, 13 deletions
diff --git a/changeset_r323.diff b/changeset_r323.diff
deleted file mode 100644
index 5d96b93..0000000
--- a/changeset_r323.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: trunk/report/doublons/doublons.php
-===================================================================
---- trunk/report/doublons/doublons.php (révision 322)
-+++ trunk/report/doublons/doublons.php (révision 323)
-@@ -206,7 +206,7 @@
- $SerialBlacklist = "''";
-
- $res = $DB->query("SELECT `value`
-- FROM `glpi__blacklists`
-+ FROM `glpi_blacklists`
- WHERE `type` = '3'");
- while ($data = $DB->fetch_array($res)) {
- $SerialBlacklist .= ",'".addslashes($data["value"])."'";