Update zmupdate.pl.in
Fix typo 'from' version replaced with 'to' version.
This commit is contained in:
parent
05ebca20bc
commit
fd9e808fe1
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue