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:
stan 2003-05-22 15:15:11 +00:00
parent 78d7398bc7
commit 27ac8e3207
1 changed files with 0 additions and 1 deletions

View File

@ -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]'";