Added update from 1.24.2

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3228 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2011-01-17 18:21:37 +00:00
parent cffcd39802
commit 08a5256cf4
1 changed files with 6 additions and 0 deletions

View File

@ -874,6 +874,12 @@ if ( $version )
patchDB( $dbh, "1.24.1" );
$cascade = !undef;
}
if ( $cascade || $version eq "1.24.2" )
{
# Patch the database
patchDB( $dbh, "1.24.2" );
$cascade = !undef;
}
if ( $cascade )
{
my $installed_version = ZM_VERSION;