Fixed syntax bugs.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@287 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
a734c26f5d
commit
30f5d05785
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue