Bug 22 - Fixed missing preset parameter

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1487 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-07-14 08:53:15 +00:00
parent d300c49218
commit 5197eaee55
3 changed files with 3 additions and 3 deletions

View File

@ -539,7 +539,7 @@ elsif ( $command eq "preset_set" )
}
elsif ( $command eq "preset_goto" )
{
presetGoto();
presetGoto( $preset );
}
else
{

View File

@ -338,7 +338,7 @@ elsif ( $command eq "preset_set" )
}
elsif ( $command eq "preset_goto" )
{
presetGoto();
presetGoto( $preset );
}
else
{

View File

@ -649,7 +649,7 @@ elsif ( $command eq "preset_set" )
}
elsif ( $command eq "preset_goto" )
{
presetGoto();
presetGoto( $preset );
}
else
{