Removed unrequired Colours field

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2585 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2008-07-21 15:24:46 +00:00
parent c4c376a656
commit 6880f9e2bb
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ if ( $_REQUEST['tab'] != 'source' || ($newMonitor['Type'] != 'Remote' && $newMon
<input type="hidden" name="newMonitor[Method]" value="<?= $newMonitor['Method'] ?>"/>
<input type="hidden" name="newMonitor[Path]" value="<?= $newMonitor['Path'] ?>"/>
<input type="hidden" name="newMonitor[SubPath]" value="<?= $newMonitor['SubPath'] ?>"/>
<input type="hidden" name="newMonitor[Colours]" value="<?= $newMonitor['Colours'] ?>"/>
<?php
}
if ( $_REQUEST['tab'] != 'source' )