Update zmupdate.pl.in

Fix typo 'from' version replaced with 'to' version.
This commit is contained in:
barjac 2014-03-24 13:35:53 +00:00
parent 05ebca20bc
commit fd9e808fe1
1 changed files with 1 additions and 1 deletions

View File

@ -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() );