diff --git a/scripts/zmupdate.pl.in b/scripts/zmupdate.pl.in index d2a511597..569e7c47a 100644 --- a/scripts/zmupdate.pl.in +++ b/scripts/zmupdate.pl.in @@ -460,7 +460,7 @@ if ( $version ) } else { - print( "\nDatabase successfully upgraded from version $version.\n" ); + print( "\nDatabase successfully upgraded to version $version.\n" ); my $sql = "update Config set Value = ? where Name = 'ZM_DYN_DB_VERSION'"; my $sth = $dbh->prepare_cached( $sql ) or die( "Can't prepare '$sql': ".$dbh->errstr() ); my $res = $sth->execute( $version ) or die( "Can't execute: ".$sth->errstr() );