From: Martin Renvoize Date: Mon, 24 Jun 2019 17:24:47 +0000 (+0100) Subject: Bug 23109: (RM follow-up) Correction to typo in DBRev X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=c7047b45cb44adf12189e9180ef27fe8e63efa23 Bug 23109: (RM follow-up) Correction to typo in DBRev Signed-off-by: Martin Renvoize --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 101b3e9..3a54ed3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -18772,7 +18772,7 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 22653 - Remove unimplemented RotationPreventTransfers system preference)\n"; } -$DBversion = 'i19.06.00.008'; +$DBversion = '19.06.00.008'; if( CheckVersion( $DBversion ) ) { $dbh->do( "UPDATE userflags SET flagdesc = 'Allow staff members to modify permissions and passwords for other staff members' WHERE flag = 'staffaccess'" ); SetVersion( $DBversion );