Modified broken archive image path.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1278 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-02-03 21:43:58 +00:00
parent 5a7520e741
commit 3e5237f240
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ sub uploadArchFile
my $event = shift;
my $arch_file = ZM_UPLOAD_FTP_LOC_DIR.'/'.$event->{MonitorName}.'-'.$event->{Id};
my $arch_image_path = "$event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{analyse,capture}':'*capture').".jpg";
my $arch_image_path = "$event->{MonitorId}/$event->{Id}/".((ZM_UPLOAD_ARCH_ANALYSE)?'{*analyse,*capture}':'*capture').".jpg";
my $arch_error;
if ( ZM_UPLOAD_ARCH_FORMAT eq "zip" )