Enclose value of the Notes attribute with quotes.

This commit is contained in:
Adam J. Henry 2013-12-31 17:32:20 -06:00
parent 4f9492f766
commit e6b9b8218b
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ function parseFilterToTree( $filter )
case 'MonitorName':
case 'Name':
case 'Cause':
case 'Notes':
$value = "'$value'";
break;
case 'DateTime':