Fixed syntax bugs.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@287 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-01-11 18:24:42 +00:00
parent a734c26f5d
commit 30f5d05785
1 changed files with 2 additions and 2 deletions

View File

@ -1618,9 +1618,9 @@ function configureButton(form,name)
{
$monitor = array();
$monitor[Name] = "New";
$monitor[LabelFormat] = "%%s - %y/%m/%d %H:%M:%S";`
$monitor[LabelFormat] = '%%s - %y/%m/%d %H:%M:%S';
$monitor[LabelX] = 0;
$monitor[LabelY] = 0;`
$monitor[LabelY] = 0;
$monitor[ImageBufferCount] = 100;
$monitor[WarmupCount] = 25;
$monitor[PreEventCount] = 10;