Skip to content

Commit 9e17e9d

Browse files
cedric-annetrasher
authored andcommitted
Fix installation warning
fixes #43
1 parent 4899ba4 commit 9e17e9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ function plugin_example_install() {
483483
`id` int {$default_key_sign} NOT NULL auto_increment,
484484
`name` varchar(255) default NULL,
485485
`serial` varchar(255) NOT NULL,
486-
`plugin_example_dropdowns_id` int NOT NULL default '0',
486+
`plugin_example_dropdowns_id` int {$default_key_sign} NOT NULL default '0',
487487
`is_deleted` tinyint NOT NULL default '0',
488488
`is_template` tinyint NOT NULL default '0',
489489
`template_name` varchar(255) default NULL,

0 commit comments

Comments
 (0)