summaryrefslogtreecommitdiffstats
path: root/changeset_r323.diff
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-03 16:34:07 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-03 16:34:07 +0200
commit00c88393fe363fa4219f44e569f5bf8a9d30058a (patch)
tree82778eee7ee69fb21508c45c9b572ad0f05c0d6d /changeset_r323.diff
parent2eaff9d03fe967e85b8458e705f31031771319f8 (diff)
glpi-reports: upstream patches for 'doublon'
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"])."'";