Removed bogus print_r.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@536 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
78d7398bc7
commit
27ac8e3207
|
@ -108,7 +108,6 @@ function daemonControl( $command, $daemon=false, $args=false )
|
|||
|
||||
function zmcControl( $monitor, $restart=false )
|
||||
{
|
||||
print_r( $monitor );
|
||||
if ( $monitor[Type] == "Local" )
|
||||
{
|
||||
$sql = "select count(if(Function='Passive',1,NULL)) as PassiveCount, count(if(Function='Active',1,NULL)) as ActiveCount, count(if(Function='X10',1,NULL)) as X10Count from Monitors where Device = '$monitor[Device]'";
|
||||
|
|
Loading…
Reference in New Issue