Bug 22818: Fix the last_insert_id call
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2020 07:14:40 +0000 (08:14 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2020 07:14:40 +0000 (08:14 +0100)
commitdcc1b96ea9cba850b1d5cfb84a171685b1b2a5ad
tree8554d53e6410576d37539bcfcc06b302111faa90
parent64ee6f0b2bbcc9b23520c689146f1c5cf905e997
Bug 22818: Fix the last_insert_id call

DBI last_insert_id: invalid number of arguments: got handle + 3, expected handle + between 4 and 5
Usage: $h->last_insert_id($catalog, $schema, $table_name, $field_name [, \%attr ]) at /kohadevbox/koha/installer/data/mysql/updatedatabase.pl line 23326.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/updatedatabase.pl