Added 3x and 1/3x scales.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@657 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-10-19 09:47:16 +00:00
parent cc0c6666e6
commit f905194f62
1 changed files with 3 additions and 1 deletions

View File

@ -54,9 +54,11 @@ $rates = array(
$scales = array(
"4" => "4x",
"3" => "3x",
"2" => "2x",
"1" => "Real",
"1" => "Actual",
"-2" => "1/2x",
"-3" => "1/3x",
"-4" => "1/4x",
);