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, 13 insertions, 0 deletions
diff --git a/changeset_r323.diff b/changeset_r323.diff
new file mode 100644
index 0000000..5d96b93
--- /dev/null
+++ b/changeset_r323.diff
@@ -0,0 +1,13 @@
+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"])."'";