diff options
Diffstat (limited to 'changeset_r361.diff')
-rw-r--r-- | changeset_r361.diff | 20 |
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 ++?> |