﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
761	Code uses strstr() to test for options	rhl@…	Paul Price	"In various places (e.g. pmConceptsStandard) the psModules code compares strings by
calling strstr.  This isn't really good enough -- for example, if the options were
   ""AAA NOTBBB""
then
   str(options, ""BBB"") would return true

We probably need a utility function to look for white-space (or beginning/end of string)
delimited words.  Calling strtok() would probably be overkill."	defect	closed	high		config	0.10.0	normal	fixed		
