summaryrefslogtreecommitdiffstats
path: root/changeset_r361.diff
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-02-12 17:16:03 +0100
committerRemi Collet <fedora@famillecollet.com>2014-02-12 17:16:03 +0100
commitd7cc725461760e516a88cbeb315831ea90646678 (patch)
tree51fc5697fc66684800ea99260455a69be3899b4a /changeset_r361.diff
parentd3290a2f05f1f68834b1a449892f9ea057079f2f (diff)
glpi-pdf: 0.84
Diffstat (limited to 'changeset_r361.diff')
-rw-r--r--changeset_r361.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/changeset_r361.diff b/changeset_r361.diff
new file mode 100644
index 0000000..b7380a2
--- /dev/null
+++ b/changeset_r361.diff
@@ -0,0 +1,20 @@
+Index: trunk/hook.php
+===================================================================
+--- trunk/hook.php (revision 360)
++++ trunk/hook.php (revision 361)
+@@ -122,7 +122,7 @@
+ `use` tinyint(1) default 0,
+ PRIMARY KEY (`id`)
+ ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci";
+- $DB->queryOrDir($query, $DB->error());
++ $DB->queryOrDie($query, $DB->error());
+ } else {
+ if (FieldExists('glpi_plugin_pdf_profiles','ID')) { //< 0.7.0
+ $migration->changeField('glpi_plugin_pdf_profiles', 'ID', 'id', 'autoincrement');
+@@ -199,4 +199,4 @@
+
+ return true;
+ }
+-?>
+\ No newline at end of file
++?>