From 0f43d26396ac2fe2c25a409ca17487d6cce49cc5 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 8 Feb 2006 12:23:47 +0000 Subject: [PATCH] Fixed bug in video generation. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1873 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_video.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/zm_html_view_video.php b/web/zm_html_view_video.php index c79edb7f3..752250868 100644 --- a/web/zm_html_view_video.php +++ b/web/zm_html_view_video.php @@ -116,13 +116,13 @@ if ( isset( $show ) ) { preg_match( '/([^\/]+)\.([^.]+)$/', $video_files[$show], $matches ); $name = $matches[1]; - $format = $matches[2]; + $video_format = $matches[2]; ?>
 
- +