Removed extraneous debug line.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1378 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-03-20 14:02:58 +00:00
parent 439f0bcf78
commit 3e48ab61f8
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ if ( isset($action) )
{
if ( $mid > 0 )
{
echo( "update Monitors set ".implode( ", ", $changes )." where Id = '$mid'" );
simpleQuery( "update Monitors set ".implode( ", ", $changes )." where Id = '$mid'" );
if ( $changes['Name'] )
{