summaryrefslogtreecommitdiffstats
path: root/changeset_r361.diff
diff options
context:
space:
mode:
Diffstat (limited to 'changeset_r361.diff')
-rw-r--r--changeset_r361.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/changeset_r361.diff b/changeset_r361.diff
deleted file mode 100644
index b7380a2..0000000
--- a/changeset_r361.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-+?>