Restored backup facility.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1714 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-12-21 10:29:32 +00:00
parent 3a1668bc19
commit b08ec4dc27
1 changed files with 0 additions and 3 deletions

View File

@ -245,8 +245,6 @@ if ( $version )
print( "Please ensure that ZoneMinder is stopped on your system prior to upgrading the database.\nPress enter to continue or ctrl-C to stop : " );
my $response = <STDIN>;
if ( 0 )
{
print( "\nDo you wish to take a backup of your database prior to upgrading?\nThis may result in a large file if you have a lot of events.\nPress 'y' for a backup or 'n' to continue : " );
$response = <STDIN>;
@ -293,7 +291,6 @@ if ( $version )
{
die( "Unexpected response '$response'" );
}
}
sub patchDB
{